SVG Icons as a dependency

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

View File

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

View File

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