Skip to content

Commit

Permalink
MM
Browse files Browse the repository at this point in the history
  • Loading branch information
maiksprenger committed Nov 5, 2015
1 parent 5bf8fa9 commit ca55719
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 3 additions & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ WebTest==2.0.16
pinocchio==0.4.1

# Development
django-extensions==1.5.7
# 1.5.7 still ships with South migrations in the wrong folder,
# 1.5.8 contains a fix. Upgrade when released.
#django-extensions==1.5.7
django-debug-toolbar==1.4
flake8==2.2.3
2 changes: 2 additions & 0 deletions sandbox/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -215,6 +215,8 @@
'django.contrib.flatpages',
'django.contrib.staticfiles',
# External apps
# 1.5.7 still ships with South migrations in the wrong folder,
# 1.5.8 contains a fix. Upgrade when released.
# 'django_extensions',
'debug_toolbar',
# Apps from oscar
Expand Down

0 comments on commit ca55719

Please sign in to comment.