Atrybut key modelu toolbar.button nie jest już wymagany.
[redakcja.git] / project / settings.py
index aad5a88..c5b0c2d 100644 (file)
@@ -101,11 +101,12 @@ INSTALLED_APPS = (
     'django.contrib.admin',
     'django.contrib.admindocs',
     
-    'explorer'
+    'explorer',
+    'toolbar',
 )
 
 REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books'
-IMAGE_DIR = '/Users/zuber/Projekty/platforma/files/images'
+IMAGE_DIR = 'images'
 
 try:
     from localsettings import *