forked from 00dani/lemoncurry
Install django-extensions for lots more manage.py commands
This commit is contained in:
parent
b649a79afc
commit
8cbe51277e
3 changed files with 11 additions and 1 deletions
1
Pipfile
1
Pipfile
|
@ -45,5 +45,6 @@ docutils = "*"
|
||||||
django-super-favicon = "*"
|
django-super-favicon = "*"
|
||||||
django-redis = "*"
|
django-redis = "*"
|
||||||
gevent = "*"
|
gevent = "*"
|
||||||
|
django-extensions = "*"
|
||||||
|
|
||||||
[dev-packages]
|
[dev-packages]
|
||||||
|
|
10
Pipfile.lock
generated
10
Pipfile.lock
generated
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"_meta": {
|
"_meta": {
|
||||||
"hash": {
|
"hash": {
|
||||||
"sha256": "563c547455b8d72ae6647f6837442dde75e79a94c622374b3034e9085eeaddbc"
|
"sha256": "d62130799f04a1649c0e6bd978dca2816500d94e27af5d21d1ec328dc795a2f8"
|
||||||
},
|
},
|
||||||
"pipfile-spec": 6,
|
"pipfile-spec": 6,
|
||||||
"requires": {
|
"requires": {
|
||||||
|
@ -219,6 +219,14 @@
|
||||||
"index": "pypi",
|
"index": "pypi",
|
||||||
"version": "==1.9.1"
|
"version": "==1.9.1"
|
||||||
},
|
},
|
||||||
|
"django-extensions": {
|
||||||
|
"hashes": [
|
||||||
|
"sha256:3be3debf53c77ca795bdf713726c923aa3c3f895e1a42e2e31a68c1a562346a4",
|
||||||
|
"sha256:94bfac99eb262c5ac27e53eda96925e2e53fe0b331af7dde37012d07639a649c"
|
||||||
|
],
|
||||||
|
"index": "pypi",
|
||||||
|
"version": "==2.0.7"
|
||||||
|
},
|
||||||
"django-meta": {
|
"django-meta": {
|
||||||
"hashes": [
|
"hashes": [
|
||||||
"sha256:21fc5d0d5fcacda5d038af0babd08afaa4d5bed1b746edb6522c4d3435da8db6",
|
"sha256:21fc5d0d5fcacda5d038af0babd08afaa4d5bed1b746edb6522c4d3435da8db6",
|
||||||
|
|
|
@ -82,6 +82,7 @@ INSTALLED_APPS = [
|
||||||
'debug_toolbar',
|
'debug_toolbar',
|
||||||
'django_activeurl',
|
'django_activeurl',
|
||||||
'django_agent_trust',
|
'django_agent_trust',
|
||||||
|
'django_extensions',
|
||||||
'django_otp',
|
'django_otp',
|
||||||
'django_otp.plugins.otp_totp',
|
'django_otp.plugins.otp_totp',
|
||||||
'django_rq',
|
'django_rq',
|
||||||
|
|
Loading…
Reference in a new issue