From ffef52269a2b8e2ab24250e75067c5f4188426c9 Mon Sep 17 00:00:00 2001 From: reverend Date: Wed, 26 Aug 2020 19:31:06 +0200 Subject: [PATCH] SVG Icons as a dependency --- Pipfile | 1 + lostplaces/lostplaces/settings.py | 1 + 2 files changed, 2 insertions(+) diff --git a/Pipfile b/Pipfile index 3ac6ea8..d275152 100644 --- a/Pipfile +++ b/Pipfile @@ -11,6 +11,7 @@ django = "*" easy-thumbnails = "*" image = "*" django-widget-tweaks = "*" +django-svg-icons = "*" # Commented out to not explicitly specify Python 3 subversion. # [requires] diff --git a/lostplaces/lostplaces/settings.py b/lostplaces/lostplaces/settings.py index 3051d7f..38405fd 100644 --- a/lostplaces/lostplaces/settings.py +++ b/lostplaces/lostplaces/settings.py @@ -44,6 +44,7 @@ INSTALLED_APPS = [ 'django.contrib.staticfiles', 'easy_thumbnails', 'widget_tweaks', + 'svg_icons' ] MIDDLEWARE = [