mirror of
https://github.com/evennia/evennia.git
synced 2026-04-02 22:17:17 +02:00
Update CHANGELOG
This commit is contained in:
parent
cffeabcd7c
commit
900993ab92
3 changed files with 52 additions and 4 deletions
|
|
@ -1052,6 +1052,24 @@ MIDDLEWARE = [
|
|||
"evennia.web.utils.middleware.SharedLoginMiddleware",
|
||||
]
|
||||
|
||||
# A list of Django apps (see INSTALLED_APPS) that will be listed first (if present)
|
||||
# in the Django web Admin page.
|
||||
DJANGO_ADMIN_APP_ORDER = [
|
||||
"accounts",
|
||||
"objects",
|
||||
"scripts",
|
||||
"comms",
|
||||
"help",
|
||||
"typeclasses",
|
||||
"server",
|
||||
"sites",
|
||||
"flatpages",
|
||||
"auth",
|
||||
]
|
||||
|
||||
# The following apps will be excluded from the Django web Admin page.
|
||||
DJANGO_ADMIN_APP_EXCLUDE = list()
|
||||
|
||||
######################################################################
|
||||
# Evennia components
|
||||
######################################################################
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue