Compare commits
4 Commits
e00c9318fa
...
2509c669f9
Author | SHA1 | Date | |
---|---|---|---|
2509c669f9 | |||
fc39b46c52 | |||
36744c65fb | |||
8198c43451 |
1
Pipfile
1
Pipfile
@ -11,7 +11,6 @@ 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