fixed debug option
This commit is contained in:
parent
2125bc7059
commit
1190bd9018
1 changed files with 1 additions and 1 deletions
|
@ -451,7 +451,7 @@ REGISTRATION_MESSAGE = {'subject': "Validation mail",
|
||||||
'message': 'Please validate Your account under this link http://localhost:8000/en-us/validate/{}',
|
'message': 'Please validate Your account under this link http://localhost:8000/en-us/validate/{}',
|
||||||
'from': 'test@test.com'}
|
'from': 'test@test.com'}
|
||||||
|
|
||||||
DEBUG = False
|
DEBUG = True
|
||||||
|
|
||||||
if DEBUG:
|
if DEBUG:
|
||||||
from .local import *
|
from .local import *
|
||||||
|
|
Loading…
Reference in a new issue