settings.py
changeset 7 4976650293f4
parent 6 4e819dd96e1f
child 8 f0b5ff862c6d
equal deleted inserted replaced
6:4e819dd96e1f 7:4976650293f4
    10     ('Shantanu Choudary', 'choudhary.shantanu@gmail.com'),
    10     ('Shantanu Choudary', 'choudhary.shantanu@gmail.com'),
    11 )
    11 )
    12 
    12 
    13 MANAGERS = ADMINS
    13 MANAGERS = ADMINS
    14 
    14 
    15 DATABASE_ENGINE = 'sqlite3'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
    15 DATABASE_ENGINE = 'mysql'           # 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
    16 DATABASE_NAME = '../conference'             # Or path to database file if using sqlite3.
    16 DATABASE_NAME = 'conference'             # Or path to database file if using sqlite3.
    17 DATABASE_USER = ''             # Not used with sqlite3.
    17 DATABASE_USER = 'root'             # Not used with sqlite3.
    18 DATABASE_PASSWORD = ''         # Not used with sqlite3.
    18 DATABASE_PASSWORD = ''         # Not used with sqlite3.
    19 DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.
    19 DATABASE_HOST = ''             # Set to empty string for localhost. Not used with sqlite3.
    20 DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3.
    20 DATABASE_PORT = ''             # Set to empty string for default. Not used with sqlite3.
    21 
    21 
    22 # Local time zone for this installation. Choices can be found here:
    22 # Local time zone for this installation. Choices can be found here: