mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Ran black on sources
This commit is contained in:
parent
24d52f229f
commit
f6b43b0416
125 changed files with 355 additions and 329 deletions
|
|
@ -1055,17 +1055,17 @@ MIDDLEWARE = [
|
|||
# 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",
|
||||
]
|
||||
"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()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue