SVG Icons as a dependency

This commit is contained in:
2020-08-26 19:31:06 +02:00
parent 9a30ced90c
commit ffef52269a
2 changed files with 2 additions and 0 deletions

View File

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