summaryrefslogtreecommitdiff
path: root/extras/appengine/config.py
blob: 1599c00654bd46267116c4b0dc5ca8c00319b9d0 (plain)
1
2
3
4
5
6
7
# SQLFormat configuration

# Debug flag
DEBUG = True

# Secret key, please change this
SECRET_KEY = 'notsosecret'