Adding taggit to the dependencies

This commit is contained in:
reverend 2020-08-27 17:00:41 +02:00
parent 78f0e80136
commit 8198c43451
2 changed files with 3 additions and 2 deletions

View File

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

View File

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