Added CKEDITOR_UPLOAD_PREFIX = 'https://unglue.it/static/media/' to prod.py
parent
a5c0bc8f76
commit
415aa84878
|
@ -131,6 +131,7 @@ LOGGING = {
|
||||||
|
|
||||||
STATIC_ROOT = '/var/www/static'
|
STATIC_ROOT = '/var/www/static'
|
||||||
CKEDITOR_UPLOAD_PATH = '/var/www/static/media/'
|
CKEDITOR_UPLOAD_PATH = '/var/www/static/media/'
|
||||||
|
CKEDITOR_UPLOAD_PREFIX = 'https://unglue.it/static/media/'
|
||||||
|
|
||||||
# decide which of the period tasks to add to the schedule
|
# decide which of the period tasks to add to the schedule
|
||||||
#CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB
|
#CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB
|
||||||
|
|
Loading…
Reference in New Issue