settings.py
changeset 20 5f5d6bf693af
parent 19 40a3fa500991
equal deleted inserted replaced
19:40a3fa500991 20:5f5d6bf693af
     1 # Django settings for spoken_tut project.
     1 # Django settings for spoken_tut project.
     2 
     2 
     3 import os
     3 import os
     4 from local import *
     4 from local import *
     5 
     5 
     6 DEBUG = False
     6 DEBUG = True
     7 TEMPLATE_DEBUG = DEBUG
     7 TEMPLATE_DEBUG = DEBUG
     8 
     8 
     9 ADMINS = (
     9 ADMINS = (
    10     ('Shantanu Choudary', 'choudhary.shantanu@gmail.com'),
    10     ('Shantanu Choudary', 'choudhary.shantanu@gmail.com'),
    11     ('Puneeth Chaganti', 'punchagan@gmail.'),
    11     ('Puneeth Chaganti', 'punchagan@gmail.'),