SVG Icons as a dependency
This commit is contained in:
parent
9a30ced90c
commit
ffef52269a
1
Pipfile
1
Pipfile
@ -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]
|
||||||
|
@ -44,6 +44,7 @@ INSTALLED_APPS = [
|
|||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'easy_thumbnails',
|
'easy_thumbnails',
|
||||||
'widget_tweaks',
|
'widget_tweaks',
|
||||||
|
'svg_icons'
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
Loading…
Reference in New Issue
Block a user