1 # Review this file and copy it to %(app_path)s/localsettings.py
4 ('Lista IT', 'it@listy.nowoczesnapolska.org.pl'),
7 ('Lista IT', 'it@listy.nowoczesnapolska.org.pl'),
12 'ENGINE': 'django.db.backends.postgresql_psycopg2', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
13 'NAME': '%(project_name)s', # Or path to database file if using sqlite3.
14 'USER': '%(project_name)s', # Not used with sqlite3.
15 'PASSWORD': '', # Not used with sqlite3.
16 'HOST': '', # Set to empty string for localhost. Not used with sqlite3.
17 'PORT': '', # Set to empty string for default. Not used with sqlite3.
21 SECRET_KEY = '%(secret_key)s'
23 '%(project_name)s.nowoczesnapolska.org.pl',
26 PIWIK_URL = '//piwik.nowoczesnapolska.org.pl/nocas/'
29 MEDIA_ROOT = '%(app_path)s/media/'
30 STATIC_ROOT = '%(app_path)s/static/'
33 # Those should be set to True if you are behind Nginx.
34 FNPDJANGO_REALIP = True
35 FNPDJANGO_XACCEL = True