mirror of
https://github.com/evennia/evennia.git
synced 2026-03-16 21:06:30 +01:00
Fix django-extensions add
This commit is contained in:
parent
806b020da4
commit
69d1e97c8e
1 changed files with 1 additions and 1 deletions
|
|
@ -1095,7 +1095,7 @@ AMP_CLIENT_PROTOCOL_CLASS = "evennia.server.amp_client.AMPServerClientProtocol"
|
|||
try:
|
||||
import django_extensions # noqa
|
||||
|
||||
INSTALLED_APPS = INSTALLED_APPS.append("django_extensions")
|
||||
INSTALLED_APPS += ["django_extensions"]
|
||||
except ImportError:
|
||||
# Django extensions are not installed in all distros.
|
||||
pass
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue