manage.py generateimages funguje

(vygeneruje všechny náhledy)
* imagekit přidán do INSTALLED_APPS
* nová verze django-debug-toolbar 1.4
    nižší verze kolidovala s imagekitem
This commit is contained in:
Matěj Kocián 2015-11-27 11:29:29 +01:00
parent 4243e1cd00
commit 8196108b36
2 changed files with 3 additions and 1 deletions

View file

@ -111,6 +111,8 @@ INSTALLED_APPS = (
'django.contrib.flatpages', 'django.contrib.flatpages',
'django.contrib.humanize', 'django.contrib.humanize',
'imagekit',
# MaMweb # MaMweb
'mamweb', 'mamweb',
'seminar', 'seminar',

View file

@ -33,7 +33,7 @@ django-contrib-comments==1.6.1
# debug tools/extensions # debug tools/extensions
django-debug-toolbar==1.3.2 django-debug-toolbar==1.4
django-extensions==1.5.6 django-extensions==1.5.6
sqlparse==0.1.16 sqlparse==0.1.16
Werkzeug==0.10.4 Werkzeug==0.10.4