add werkzeug and django-extensions for developing
This commit is contained in:
parent
8cf3445908
commit
c77ba5f1ca
3
Pipfile
3
Pipfile
@ -5,6 +5,9 @@ verify_ssl = true
|
||||
|
||||
[dev-packages]
|
||||
pudb = "*"
|
||||
django-extensions = "*"
|
||||
werkzeug = "*"
|
||||
pydotplus = "*"
|
||||
|
||||
[packages]
|
||||
django = "*"
|
||||
|
@ -38,6 +38,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.sessions',
|
||||
'django.contrib.messages',
|
||||
'django.contrib.staticfiles',
|
||||
'django_extensions',
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
Loading…
x
Reference in New Issue
Block a user