Fix django-extensions add
This commit is contained in:
parent
ca78155aca
commit
bbfae81e22
1 changed files with 1 additions and 1 deletions
|
|
@ -980,7 +980,7 @@ MESSAGE_TAGS = {messages.ERROR: "danger"}
|
||||||
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