5 lines
74 B
Python
5 lines
74 B
Python
|
from test_project.settings import *
|
||
|
|
||
|
DEBUG = False
|
||
|
TEMPLATE_DEBUG = DEBUG
|