02.02 Pip install django-extensions and added into requirements.txt
parent
6c0d450a5b
commit
42d7e3491c
|
@ -1,13 +1,3 @@
|
||||||
django-test-plus==1.1.1
|
|
||||||
Django>=2.1,<2.2
|
|
||||||
factory_boy==2.11.1
|
|
||||||
Faker==0.9.2
|
|
||||||
flake8==3.5.0
|
|
||||||
flake8-bugbear==18.2.0
|
|
||||||
flake8-docstrings==1.3.0
|
|
||||||
pep8-naming==0.7.0
|
|
||||||
pre-commit==1.10.4
|
|
||||||
pytz==2018.5
|
|
||||||
appdirs==1.4.4
|
appdirs==1.4.4
|
||||||
asgiref==3.2.10
|
asgiref==3.2.10
|
||||||
aspy.yaml==1.3.0
|
aspy.yaml==1.3.0
|
||||||
|
@ -16,6 +6,7 @@ cached-property==1.5.2
|
||||||
cfgv==3.2.0
|
cfgv==3.2.0
|
||||||
distlib==0.3.1
|
distlib==0.3.1
|
||||||
Django==2.1.15
|
Django==2.1.15
|
||||||
|
django-extensions==3.0.9
|
||||||
django-test-plus==1.1.1
|
django-test-plus==1.1.1
|
||||||
djangorestframework==3.12.1
|
djangorestframework==3.12.1
|
||||||
factory-boy==2.11.1
|
factory-boy==2.11.1
|
||||||
|
|
|
@ -42,6 +42,7 @@ INSTALLED_APPS = [
|
||||||
'organizer.apps.OrganizerConfig',
|
'organizer.apps.OrganizerConfig',
|
||||||
# 3rd party
|
# 3rd party
|
||||||
'rest_framework',
|
'rest_framework',
|
||||||
|
'django_extensions',
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
|
Loading…
Reference in New Issue