From 64bc2cce4470fd336d66dd36a08d4f6dbf4ac2a1 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Fri, 26 Oct 2012 12:54:32 +0200 Subject: Temporary fix for menu evaluation with Apache --- example_project/local_settings.py.sample | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'example_project/local_settings.py.sample') diff --git a/example_project/local_settings.py.sample b/example_project/local_settings.py.sample index 082d23ba2..dd488d52e 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -26,6 +26,15 @@ DATABASES = { ROOT_URLCONF = 'example_project.urls' MEDIA_URL = 'http://mydomain/static/' +# if your installation uses a prefix after the domain name modify and uncomment +# theses lines +#DOMAIN_PREFIX = "/ishtar-test" +#LOGIN_URL = DOMAIN_PREFIX + '/accounts/login/' +#LOGIN_REDIRECT_URL = DOMAIN_PREFIX + '/accounts/profile/' +#LOGOUT_URL = DOMAIN_PREFIX + '/accounts/logout/' + + + # Ishtar custom SRID = 27572 ENCODING = '' # specific encoding for CSV export - default to utf-8 -- cgit v1.2.3