Skip to content

Commit

Permalink
Removed "django-extensions"
Browse files Browse the repository at this point in the history
  • Loading branch information
edudouglas committed May 6, 2019
1 parent 9714237 commit 97cbea3
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 18 deletions.
1 change: 0 additions & 1 deletion Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,6 @@ pytz = "==2018.7"
coverage = "*"
ipython = "*"
autopep8 = "*"
django-extensions = "*"

[requires]
python_version = "3.6"
16 changes: 4 additions & 12 deletions Pipfile.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

5 changes: 0 additions & 5 deletions bothub/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -42,11 +42,6 @@
'bothub.api',
]

if DEBUG:
INSTALLED_APPS += [
'django_extensions',
]

MIDDLEWARE = [
'django.middleware.security.SecurityMiddleware',
'whitenoise.middleware.WhiteNoiseMiddleware',
Expand Down

0 comments on commit 97cbea3

Please sign in to comment.