copier/tests/demo/config.py.tmpl
2013-06-30 12:03:06 -05:00

8 lines
114 B
Cheetah

# -*- coding: utf-8 -*-
DEBUG = True
RELOAD = True
SECRET_KEY = os.getenv('SECRET_KEY', '[[ make_secret() ]]')