Added CKEDITOR_UPLOAD_PREFIX = 'https://unglue.it/static/media/' to prod.py

pull/1/head
Raymond Yee 2013-02-04 07:58:26 -08:00
parent a5c0bc8f76
commit 415aa84878
1 changed files with 1 additions and 0 deletions

View File

@ -131,6 +131,7 @@ LOGGING = {
STATIC_ROOT = '/var/www/static'
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
#CELERYBEAT_SCHEDULE['send_test_email'] = SEND_TEST_EMAIL_JOB