fixed debug option

This commit is contained in:
Tomislav R 2016-04-10 04:52:29 +02:00
parent 2125bc7059
commit 1190bd9018
1 changed files with 1 additions and 1 deletions

View File

@ -451,7 +451,7 @@ REGISTRATION_MESSAGE = {'subject': "Validation mail",
'message': 'Please validate Your account under this link http://localhost:8000/en-us/validate/{}',
'from': 'test@test.com'}
DEBUG = False
DEBUG = True
if DEBUG:
from .local import *