Compare commits
4 Commits
e00c9318fa
...
2509c669f9
Author | SHA1 | Date | |
---|---|---|---|
2509c669f9 | |||
fc39b46c52 | |||
36744c65fb | |||
8198c43451 |
1
Pipfile
1
Pipfile
@ -11,7 +11,6 @@ django = "*"
|
||||
easy-thumbnails = "*"
|
||||
image = "*"
|
||||
django-widget-tweaks = "*"
|
||||
django-svg-icons = "*"
|
||||
django-taggit = "*"
|
||||
|
||||
# Commented out to not explicitly specify Python 3 subversion.
|
||||
|
@ -44,7 +44,7 @@ INSTALLED_APPS = [
|
||||
'django.contrib.staticfiles',
|
||||
'easy_thumbnails',
|
||||
'widget_tweaks',
|
||||
'taggit'
|
||||
'taggit'
|
||||
]
|
||||
|
||||
MIDDLEWARE = [
|
||||
|
Loading…
Reference in New Issue
Block a user