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