diff --git a/VIPSWeb/local_settings_sample.py b/VIPSWeb/local_settings_sample.py index bb5d07d25691cac25d39f2a0cd5a1db09475aea6..5f80473708b16eb415c2f200807075dba9b6c6c9 100755 --- a/VIPSWeb/local_settings_sample.py +++ b/VIPSWeb/local_settings_sample.py @@ -103,13 +103,17 @@ CACHES = { } } +#### Site customization settings #### # Site name - appears in header of all pages. HTML is allowed SITE_NAME = "Example site title" +# Set this if you want to override which app is the start app +#ROOT_URLCONF = 'fibl.urls' + # Path to the site's logo. # E.g. "images/logo_vips_newest.png" -> /VIPSWeb/static/images/logo_vips_newest.png # E.g. "fibl/images/fibl_logo.png" -> /fibl/static/fibl_images/fibl_logo.png -SITE_LOGO_PATH = "fibl/images/fibl_logo.png" +SITE_LOGO_PATH = "images/logo_vips_newest.png" # Insert Web Analytics Script?