mirror of
https://github.com/cookiecutter/cookiecutter-django.git
synced 2024-11-13 13:17:00 +03:00
commit
166df8fae1
|
@ -1,5 +1,5 @@
|
||||||
# -*- coding: utf-8 -*-
|
|
||||||
#!/usr/bin/env python
|
#!/usr/bin/env python
|
||||||
|
# -*- coding: utf-8 -*-
|
||||||
|
|
||||||
import os
|
import os
|
||||||
import sys
|
import sys
|
||||||
|
|
|
@ -3,4 +3,3 @@ from __future__ import absolute_import
|
||||||
|
|
||||||
from .local import Local # noqa
|
from .local import Local # noqa
|
||||||
from .production import Production # noqa
|
from .production import Production # noqa
|
||||||
|
|
||||||
|
|
|
@ -73,7 +73,6 @@ class Common(Configuration):
|
||||||
}
|
}
|
||||||
# END MIGRATIONS CONFIGURATION
|
# END MIGRATIONS CONFIGURATION
|
||||||
|
|
||||||
|
|
||||||
# DEBUG
|
# DEBUG
|
||||||
# See: https://docs.djangoproject.com/en/dev/ref/settings/#debug
|
# See: https://docs.djangoproject.com/en/dev/ref/settings/#debug
|
||||||
DEBUG = values.BooleanValue(False)
|
DEBUG = values.BooleanValue(False)
|
||||||
|
|
Loading…
Reference in New Issue
Block a user