equal
deleted
inserted
replaced
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 ) |