Compare commits

..

No commits in common. "2509c669f96b6a04e5b41d20c36640d2359c7dd3" and "e00c9318fa9f2e97ee89e7315ceb3d6eb7786665" have entirely different histories.

2 changed files with 2 additions and 1 deletions

View File

@ -11,6 +11,7 @@ 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 = [