Cleaned admin interface, removing misleading fields. It's still broken in a few places however, objects give a traceback here, not sure why.

This commit is contained in:
Griatch 2011-09-15 00:28:26 +02:00
parent 399919a8a9
commit de9c2ec437
6 changed files with 75 additions and 66 deletions

View file

@ -22,12 +22,13 @@ SERVER_VERSION = get_evennia_version()
# Setup lists of the most relevant apps so
# the adminsite becomes more readable.
USER_RELATED = ['Auth', 'Players']
USER_RELATED = ['Players']
GAME_ENTITIES = ['Objects', 'Scripts', 'Comms', 'Help']
GAME_SETUP = ['Permissions', 'Config']
CONNECTIONS = ['Irc', 'Imc2']
WEBSITE = ['Flatpages', 'News', 'Sites']
# The main context processor function
def general_context(request):