equal
deleted
inserted
replaced
14 |
14 |
15 SESSION_EXPIRE_AT_BROWSER_CLOSE = True |
15 SESSION_EXPIRE_AT_BROWSER_CLOSE = True |
16 |
16 |
17 DEFAULT_FROM_EMAIL = 'admin@scipy.in' |
17 DEFAULT_FROM_EMAIL = 'admin@scipy.in' |
18 |
18 |
19 DATABASE_ENGINE = 'mysql' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. |
19 DATABASE_ENGINE = '' # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'. |
20 DATABASE_NAME = 'conference' # Or path to database file if using sqlite3. |
20 DATABASE_NAME = '' # Or path to database file if using sqlite3. |
21 DATABASE_USER = 'root' # Not used with sqlite3. |
21 DATABASE_USER = '' # Not used with sqlite3. |
22 DATABASE_PASSWORD = 'LQSMy' # Not used with sqlite3. |
22 DATABASE_PASSWORD = '' # Not used with sqlite3. |
23 DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. |
23 DATABASE_HOST = '' # Set to empty string for localhost. Not used with sqlite3. |
24 DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. |
24 DATABASE_PORT = '' # Set to empty string for default. Not used with sqlite3. |
25 |
25 |
26 # Local time zone for this installation. Choices can be found here: |
26 # Local time zone for this installation. Choices can be found here: |
27 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name |
27 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name |