settings_local_sample.py
changeset 211 b20e65234803
parent 29 644cf0d39b25
child 219 908a9cd85e48
equal deleted inserted replaced
210:e4715ab65e2d 211:b20e65234803
    29 
    29 
    30 # Insert some random text here, 
    30 # Insert some random text here, 
    31 # it will be used to add some randomness to every crypto operation Comt does
    31 # it will be used to add some randomness to every crypto operation Comt does
    32 SECRET_KEY = 'random_text_qs57Dd_-dqsdqd' # YOUR_SETTINGS
    32 SECRET_KEY = 'random_text_qs57Dd_-dqsdqd' # YOUR_SETTINGS
    33 
    33 
       
    34 MEDIA_URL = '/site_media/'
       
    35 
       
    36 CM_MEDIA_PREFIX = '/cmmedia/'
       
    37 
       
    38 ADMIN_MEDIA_PREFIX = '/media/'
       
    39 
    34 MEDIA_ROOT = 'urls'
    40 MEDIA_ROOT = 'urls'
    35 
    41 
    36 ADMINS = (
    42 ADMINS = (
    37     ('Comt admin', CONTACT_DEST),
    43     ('Comt admin', CONTACT_DEST),
    38 )
    44 )