django-authority/example/development.py

5 lines
68 B
Python
Raw Normal View History

2009-06-08 10:03:49 +00:00
from example.settings import *
2020-02-07 09:50:47 +00:00
DEBUG = True
TEMPLATE_DEBUG = DEBUG