mirror of
https://github.com/copier-org/copier.git
synced 2025-05-07 16:32:57 +00:00
8 lines
114 B
Cheetah
8 lines
114 B
Cheetah
# -*- coding: utf-8 -*-
|
|
|
|
|
|
DEBUG = True
|
|
RELOAD = True
|
|
|
|
SECRET_KEY = os.getenv('SECRET_KEY', '[[ make_secret() ]]')
|