Adding taggit to the dependencies

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

View File

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