Compare commits

...

4 Commits

2 changed files with 1 additions and 2 deletions

View File

@ -11,7 +11,6 @@ django = "*"
easy-thumbnails = "*"
image = "*"
django-widget-tweaks = "*"
django-svg-icons = "*"
django-taggit = "*"
# Commented out to not explicitly specify Python 3 subversion.

View File

@ -44,7 +44,7 @@ INSTALLED_APPS = [
'django.contrib.staticfiles',
'easy_thumbnails',
'widget_tweaks',
'taggit'
'taggit'
]
MIDDLEWARE = [