project/production.py
changeset 23 3cb3f853a193
parent 21 127b772a3af4
child 78 795dd8aeba9f
equal deleted inserted replaced
22:2294c71a61ea 23:3cb3f853a193
    27     'django_extensions',
    27     'django_extensions',
    28     'south',
    28     'south',
    29     'registration',
    29     'registration',
    30 )
    30 )
    31 
    31 
    32 ACCOUNT_ACTIVATION_DAYS = 55
       
    33 
       
    34 DATABASE_ENGINE = 'mysql'
    32 DATABASE_ENGINE = 'mysql'
    35 DATABASE_NAME = 'conference2009'
    33 DATABASE_NAME = 'conference2009'
    36 DATABASE_USER = 'root'
    34 DATABASE_USER = 'root'
    37 # Imports DATABASE_PASSWORD from project/local.py that is not part of mercurial repo
    35 # Imports DATABASE_PASSWORD from project/local.py that is not part of mercurial repo
    38 from project.local import DATABASE_PASSWORD
    36 from project.local import DATABASE_PASSWORD