mirror of
https://github.com/evennia/evennia.git
synced 2026-03-29 12:07:17 +02:00
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:
parent
399919a8a9
commit
de9c2ec437
6 changed files with 75 additions and 66 deletions
|
|
@ -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):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue