mirror of
https://github.com/evennia/evennia.git
synced 2026-03-28 18:47:16 +01:00
Fix django-extensions add
This commit is contained in:
parent
5f91e5b331
commit
d45052e7f3
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