pytask/settings.py
changeset 391 f917e7f05499
parent 326 8165274cafa1
child 392 2f7d91759bcf
equal deleted inserted replaced
390:a745a95d12f2 391:f917e7f05499
     1 # Django settings for pytask project.
     1 # Django settings for pytask project.
     2 
     2 
     3 DEBUG = True
     3 from pytask.local import *
     4 TEMPLATE_DEBUG = DEBUG
       
     5 
     4 
     6 ADMINS = (
     5 ADMINS = (
     7     # ('Your Name', 'your_email@domain.com'),
     6     ('Madhusudan C.S.', 'madhusudancs@fossee.in'),
     8 )
     7 )
     9 
     8 
    10 MANAGERS = ADMINS
     9 MANAGERS = ADMINS
    11 
       
    12 DATABASES = {
       
    13     'default': {
       
    14         'ENGINE': 'django.db.backends.sqlite3', # Add 'postgresql_psycopg2', 'postgresql', 'mysql', 'sqlite3' or 'oracle'.
       
    15         'NAME': './pytask/db.db',                      # Or path to database file if using sqlite3.
       
    16         'USER': '',                      # Not used with sqlite3.
       
    17         'PASSWORD': '',                  # Not used with sqlite3.
       
    18         'HOST': '',                      # Set to empty string for localhost. Not used with sqlite3.
       
    19         'PORT': '',                      # Set to empty string for default. Not used with sqlite3.
       
    20     }
       
    21 }
       
    22 
    10 
    23 # Local time zone for this installation. Choices can be found here:
    11 # Local time zone for this installation. Choices can be found here:
    24 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
    12 # http://en.wikipedia.org/wiki/List_of_tz_zones_by_name
    25 # although not all choices may be available on all operating systems.
    13 # although not all choices may be available on all operating systems.
    26 # On Unix systems, a value of None will cause Django to use the same
    14 # On Unix systems, a value of None will cause Django to use the same