Change user access level

Another option and one that isn’t officially supported (due to the potential to corupt data bases) is

Add the following line to local_settings.py

KEGBOT_ENABLE_ADMIN = True

Then restart the server.

You need to run kegbot syncdb after enabling admin.

Then restart

After it’s back up, navigate to the server’s admin page. You’ll see a new option for Database Admin. Under that you can make super users. Again this is a bit of a hack, I haven’t had a problem with it yet, but I do very little in the database admin section.