parent
9dccdd1a73
commit
d372753ffd
7 changed files with 29 additions and 34 deletions
@ -1,5 +1,8 @@ |
||||
from .base import * |
||||
|
||||
INSTALLED_APPS += ['debug_toolbar'] |
||||
|
||||
AUTH_PASSWORD_VALIDATORS = [] |
||||
|
||||
try: |
||||
from .local import * |
||||
except ImportError: |
||||
pass |
||||
|
||||
@ -1,3 +1,3 @@ |
||||
from .base import * |
||||
|
||||
DEBUG=False |
||||
DEBUG = False |
||||
|
||||
Loading…
Reference in new issue