X-Git-Url: https://git.mdrn.pl/redakcja.git/blobdiff_plain/32974185d5e2b1bdc197b4f5dcab259b5de3c6b4..d64a8451dafc98e8f71455a55d123d22f3368ef9:/platforma/settings.py?ds=sidebyside diff --git a/platforma/settings.py b/platforma/settings.py index 4ec680fb..1f9d5d00 100644 --- a/platforma/settings.py +++ b/platforma/settings.py @@ -60,6 +60,7 @@ ADMIN_MEDIA_PREFIX = '/admin-media/' # Make this unique, and don't share it with anybody. SECRET_KEY = 'ife@x^_lak+x84=lxtr!-ur$5g$+s6xt85gbbm@e_fk6q3r8=+' +SESSION_COOKIE_NAME = "redakcja_sessionid" # List of callables that know how to import templates from various sources. TEMPLATE_LOADERS = ( @@ -156,7 +157,7 @@ IMAGE_DIR = 'images' WL_API_CONFIG = { "URL": "http://localhost:7000/api/", - "AUTH_REALM": "wlapi", + "AUTH_REALM": "WL API", "AUTH_USER": "platforma", "AUTH_PASSWD": "platforma", }