]>
git.datanom.net - pwp.git/blob - config.py
2 basedir
= os
.path
.abspath(os
.path
.dirname(__file__
))
4 sys
.path
.append(basedir
+ '/app/DB')
6 from db
import DBDriver
7 DB_DRIVER
= DBDriver
.PG
14 WTF_CSRF_ENABLED
= True
15 SECRET_KEY
= os
.urandom(32)
16 # Session timeout in minuts
19 # mail server settings
20 MAIL_SERVER
= 'localhost'
26 ADMINS
= ['mir@miras.org']
This page took 0.077052 seconds and 6 git commands to generate.