project/development.py
branchpayments
changeset 277 b203f1792ed2
parent 276 325ec5a41269
child 315 566e5f783e75
equal deleted inserted replaced
276:325ec5a41269 277:b203f1792ed2
    26     'robots',
    26     'robots',
    27     'south',
    27     'south',
    28 )
    28 )
    29 
    29 
    30 DATABASE_ENGINE = 'sqlite3'
    30 DATABASE_ENGINE = 'sqlite3'
    31 DATABASE_NAME = 'scipyconpayment.db'
    31 DATABASE_NAME = 'scipycon.db'
    32 DATABASE_USER = ''
    32 DATABASE_USER = ''
    33 DATABASE_PASSWORD = ''
    33 DATABASE_PASSWORD = ''
    34 
    34 
    35 EMAIL_HOST = 'localhost'
    35 EMAIL_HOST = 'localhost'
    36 EMAIL_PORT = '1025'
    36 EMAIL_PORT = '1025'
    37 # print to standard output:
    37 # print to standard output:
    38 # python -m smtpd -n -c DebuggingServer localhost:1025
    38 # python -m smtpd -n -c DebuggingServer localhost:1025
    39