Install django-extensions for lots more manage.py commands

This commit is contained in:
Danielle McLean 2018-04-26 13:35:31 +10:00
parent b649a79afc
commit 8cbe51277e
Signed by: 00dani
GPG Key ID: 8EB789DDF3ABD240
3 changed files with 11 additions and 1 deletions

View File

@ -45,5 +45,6 @@ docutils = "*"
django-super-favicon = "*"
django-redis = "*"
gevent = "*"
django-extensions = "*"
[dev-packages]

10
Pipfile.lock generated
View File

@ -1,7 +1,7 @@
{
"_meta": {
"hash": {
"sha256": "563c547455b8d72ae6647f6837442dde75e79a94c622374b3034e9085eeaddbc"
"sha256": "d62130799f04a1649c0e6bd978dca2816500d94e27af5d21d1ec328dc795a2f8"
},
"pipfile-spec": 6,
"requires": {
@ -219,6 +219,14 @@
"index": "pypi",
"version": "==1.9.1"
},
"django-extensions": {
"hashes": [
"sha256:3be3debf53c77ca795bdf713726c923aa3c3f895e1a42e2e31a68c1a562346a4",
"sha256:94bfac99eb262c5ac27e53eda96925e2e53fe0b331af7dde37012d07639a649c"
],
"index": "pypi",
"version": "==2.0.7"
},
"django-meta": {
"hashes": [
"sha256:21fc5d0d5fcacda5d038af0babd08afaa4d5bed1b746edb6522c4d3435da8db6",

View File

@ -82,6 +82,7 @@ INSTALLED_APPS = [
'debug_toolbar',
'django_activeurl',
'django_agent_trust',
'django_extensions',
'django_otp',
'django_otp.plugins.otp_totp',
'django_rq',