pytask/settings.py
changeset 402 b8ca16f03916
parent 398 4d063b3716cf
child 404 c83eba94f643
equal deleted inserted replaced
401:bb034741c351 402:b8ca16f03916
    21 TIME_ZONE = 'Asia/Kolkata'
    21 TIME_ZONE = 'Asia/Kolkata'
    22 
    22 
    23 # Language code for this installation. All choices can be found here:
    23 # Language code for this installation. All choices can be found here:
    24 # http://www.i18nguy.com/unicode/language-identifiers.html
    24 # http://www.i18nguy.com/unicode/language-identifiers.html
    25 LANGUAGE_CODE = 'en-us'
    25 LANGUAGE_CODE = 'en-us'
    26 
       
    27 SITE_ID = 1
       
    28 
    26 
    29 # If you set this to False, Django will make some optimizations so as not
    27 # If you set this to False, Django will make some optimizations so as not
    30 # to load the internationalization machinery.
    28 # to load the internationalization machinery.
    31 USE_I18N = True
    29 USE_I18N = True
    32 
    30 
    54 STATIC_URL = '/pytask/static/'
    52 STATIC_URL = '/pytask/static/'
    55 
    53 
    56 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
    54 # URL prefix for admin media -- CSS, JavaScript and images. Make sure to use a
    57 # trailing slash.
    55 # trailing slash.
    58 # Examples: "http://foo.com/media/", "/media/".
    56 # Examples: "http://foo.com/media/", "/media/".
    59 ADMIN_MEDIA_PREFIX = '/admin/media/'
    57 ADMIN_MEDIA_PREFIX = '/pytask/admin/media/'
    60 
    58 
    61 # Make this unique, and don't share it with anybody.
    59 # Make this unique, and don't share it with anybody.
    62 SECRET_KEY = '^ww=xk&idt)=03kqg*fz8x%=dqbhh1kd2z=f%$m@r9_+9b=&x='
    60 SECRET_KEY = '^ww=xk&idt)=03kqg*fz8x%=dqbhh1kd2z=f%$m@r9_+9b=&x='
    63 
    61 
    64 # List of callables that know how to import templates from various sources.
    62 # List of callables that know how to import templates from various sources.