diff options
author | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-26 12:54:32 +0200 |
---|---|---|
committer | Étienne Loks <etienne.loks@peacefrogs.net> | 2012-10-26 12:54:32 +0200 |
commit | b62f4819d86afce5b9c53d60c81395c503fa10ad (patch) | |
tree | 5c94e2c68e5a11830461a447b83554f2257b483b /example_project/local_settings.py.sample | |
parent | 9c0e4b712fd911438328dcec164752229399400f (diff) | |
download | Ishtar-b62f4819d86afce5b9c53d60c81395c503fa10ad.tar.bz2 Ishtar-b62f4819d86afce5b9c53d60c81395c503fa10ad.zip |
Temporary fix for menu evaluation with Apache
Diffstat (limited to 'example_project/local_settings.py.sample')
-rw-r--r-- | example_project/local_settings.py.sample | 9 |
1 files changed, 9 insertions, 0 deletions
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 |