Update CHANGELOG

This commit is contained in:
Griatch 2023-10-31 21:02:23 +01:00
parent cffeabcd7c
commit 900993ab92
3 changed files with 52 additions and 4 deletions

View file

@ -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
######################################################################