settings.py
changeset 24 b5d61c5f10ac
parent 23 2fea7d4bdcdb
equal deleted inserted replaced
23:2fea7d4bdcdb 24:b5d61c5f10ac
    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 = 'mysql'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
    20 DATABASE_NAME = 'conference'             # Or path to database file if using sqlite3.
    20 DATABASE_NAME = 'conference'             # Or path to database file if using sqlite3.
    21 DATABASE_USER = 'root'             # Not used with sqlite3.
    21 DATABASE_USER = 'root'             # Not used with sqlite3.
    22 DATABASE_PASSWORD = ''         # Not used with sqlite3.
    22 DATABASE_PASSWORD = 'LQSMy'         # 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