Compare commits
No commits in common. "2509c669f96b6a04e5b41d20c36640d2359c7dd3" and "e00c9318fa9f2e97ee89e7315ceb3d6eb7786665" have entirely different histories.
2509c669f9
...
e00c9318fa
1
Pipfile
1
Pipfile
@ -11,6 +11,7 @@ django = "*"
|
|||||||
easy-thumbnails = "*"
|
easy-thumbnails = "*"
|
||||||
image = "*"
|
image = "*"
|
||||||
django-widget-tweaks = "*"
|
django-widget-tweaks = "*"
|
||||||
|
django-svg-icons = "*"
|
||||||
django-taggit = "*"
|
django-taggit = "*"
|
||||||
|
|
||||||
# Commented out to not explicitly specify Python 3 subversion.
|
# Commented out to not explicitly specify Python 3 subversion.
|
||||||
|
@ -44,7 +44,7 @@ INSTALLED_APPS = [
|
|||||||
'django.contrib.staticfiles',
|
'django.contrib.staticfiles',
|
||||||
'easy_thumbnails',
|
'easy_thumbnails',
|
||||||
'widget_tweaks',
|
'widget_tweaks',
|
||||||
'taggit'
|
'taggit'
|
||||||
]
|
]
|
||||||
|
|
||||||
MIDDLEWARE = [
|
MIDDLEWARE = [
|
||||||
|
Loading…
Reference in New Issue
Block a user