]>
git.datanom.net - pwp.git/blob - config.py
2 basedir
= os
.path
.abspath(os
.path
.dirname(__file__
))
4 WTF_CSRF_ENABLED
= True
5 SECRET_KEY
= os
.urandom(32)
6 # Session timeout in minuts
10 MAIL_SERVER
= 'localhost'
16 ADMINS
= ['mir@miras.org']
This page took 0.184646 seconds and 6 git commands to generate.