diff options
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  | 
