Skip to content

Commit

Permalink
installed django extensions
Browse files Browse the repository at this point in the history
  • Loading branch information
John Furr authored and John Furr committed Sep 24, 2016
1 parent f30c424 commit 4af405b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions requirements.txt
Expand Up @@ -2,3 +2,4 @@ django>=1.4
pymongo>=2.4
coverage==3.6
coveralls==1.1
django-extensions
1 change: 1 addition & 0 deletions settings/settings.py
Expand Up @@ -74,6 +74,7 @@
'django.contrib.messages',
'django.contrib.staticfiles',
'mongolog',
'django_extensions',
)

MIDDLEWARE_CLASSES = (
Expand Down

0 comments on commit 4af405b

Please sign in to comment.