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:
|
try:
|
||||||
import django_extensions # noqa
|
import django_extensions # noqa
|
||||||
|
|
||||||
INSTALLED_APPS = INSTALLED_APPS.append("django_extensions")
|
INSTALLED_APPS += ["django_extensions"]
|
||||||
except ImportError:
|
except ImportError:
|
||||||
# Django extensions are not installed in all distros.
|
# Django extensions are not installed in all distros.
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue