From 2018f169a8eccdd4f08bdd9cc27edc2e238d1eb6 Mon Sep 17 00:00:00 2001 From: Étienne Loks Date: Sun, 25 Oct 2015 10:38:53 +0100 Subject: Fix default log file path for multiple instances --- example_project/local_settings.py.sample | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) (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 f8f0f3e75..dae6f98b5 100644 --- a/example_project/local_settings.py.sample +++ b/example_project/local_settings.py.sample @@ -34,21 +34,21 @@ DEBUG_TOOLBAR = False TEMPLATE_DEBUG = DEBUG SQL_DEBUG = False +PROJECT_SLUG = "my-project" + # complete with host/domain names that this website can serve ALLOWED_HOSTS = [] # 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/' - - +# 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 +ENCODING = '' # specific encoding for CSV export - default to utf-8 SURFACE_UNIT = 'square-metre' SURFACE_UNIT_LABEL = u'm²' @@ -57,6 +57,6 @@ SURFACE_UNIT_LABEL = u'm²' EXTRA_APPS = [ 'archaeological_files', 'archaeological_context_records', - 'archaeological_warehouse', # need archaeological_finds - 'archaeological_finds', # need archaeological_context_records + 'archaeological_warehouse', # need archaeological_finds + 'archaeological_finds', # need archaeological_context_records ] -- cgit v1.2.3