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 | 64bc2cce4470fd336d66dd36a08d4f6dbf4ac2a1 (patch) | |
tree | 5c94e2c68e5a11830461a447b83554f2257b483b /example_project | |
parent | f1d4e11b8acd97cbf29bc1e0b3e99c75a5b51f3a (diff) | |
download | Ishtar-64bc2cce4470fd336d66dd36a08d4f6dbf4ac2a1.tar.bz2 Ishtar-64bc2cce4470fd336d66dd36a08d4f6dbf4ac2a1.zip |
Temporary fix for menu evaluation with Apache
Diffstat (limited to 'example_project')
-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 |