X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/94ecd7a5d671af98be2ec7cf33605ae4d42c251a..c99ae5508d64ef5063d7365cc90b5295b5686db8:/project/settings.py diff --git a/project/settings.py b/project/settings.py index e958113d..3bfc7db0 100644 --- a/project/settings.py +++ b/project/settings.py @@ -75,6 +75,7 @@ MIDDLEWARE_CLASSES = ( 'django.middleware.common.CommonMiddleware', 'django.contrib.sessions.middleware.SessionMiddleware', 'django.contrib.auth.middleware.AuthenticationMiddleware', + 'explorer.middleware.EditorSettingsMiddleware', 'django.middleware.doc.XViewMiddleware', ) @@ -117,6 +118,7 @@ INSTALLED_APPS = ( # REPOSITORY_PATH = '/Users/zuber/Projekty/platforma/files/books' IMAGE_DIR = 'images' +EDITOR_COOKIE_NAME = 'options' try: from localsettings import *