settings_local_sample.py
changeset 521 afb684b6cb16
parent 447 49184f325653
child 559 4e20287ff415
equal deleted inserted replaced
520:0228f30668f1 521:afb684b6cb16
    35 # it will be used to add some randomness to every crypto operation Comt does
    35 # it will be used to add some randomness to every crypto operation Comt does
    36 SECRET_KEY = 'random_text_qs57Dd_-dqsdqd' # YOUR_SETTINGS
    36 SECRET_KEY = 'random_text_qs57Dd_-dqsdqd' # YOUR_SETTINGS
    37 
    37 
    38 MEDIA_URL = '/site_media/'
    38 MEDIA_URL = '/site_media/'
    39 
    39 
       
    40 INSTALLED_APPS = (
       
    41     'django.contrib.auth',
       
    42     'django.contrib.contenttypes',
       
    43     'django.contrib.sessions',
       
    44     'django.contrib.sites',
       
    45     'django.contrib.admin',
       
    46     'cm',
       
    47 #    'django_extensions',
       
    48     'tagging',
       
    49     'south',
       
    50 )
       
    51 
    40 CM_MEDIA_PREFIX = '/cmmedia/'
    52 CM_MEDIA_PREFIX = '/cmmedia/'
    41 
    53 
    42 ADMIN_MEDIA_PREFIX = '/media/'
    54 ADMIN_MEDIA_PREFIX = '/media/'
    43 
    55 
    44 ADMINS = (
    56 ADMINS = (