summaryrefslogtreecommitdiffstats
path: root/askbot/startup_procedures.py
diff options
context:
space:
mode:
authorEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-28 02:38:24 -0300
committerEvgeny Fadeev <evgeny.fadeev@gmail.com>2012-09-28 02:38:24 -0300
commit55ccecb8f4c5e3ea77d105ad4287643ee8123297 (patch)
tree1b0f8f802331940cfc792b2aa0ce41bdeb561578 /askbot/startup_procedures.py
parent364633a40e2bfb820e8ddb48252eb614c2985753 (diff)
downloadaskbot-55ccecb8f4c5e3ea77d105ad4287643ee8123297.tar.gz
askbot-55ccecb8f4c5e3ea77d105ad4287643ee8123297.tar.bz2
askbot-55ccecb8f4c5e3ea77d105ad4287643ee8123297.zip
restored the file attachment function to tinymce
Diffstat (limited to 'askbot/startup_procedures.py')
-rw-r--r--askbot/startup_procedures.py5
1 files changed, 3 insertions, 2 deletions
diff --git a/askbot/startup_procedures.py b/askbot/startup_procedures.py
index 105500b8..087fc957 100644
--- a/askbot/startup_procedures.py
+++ b/askbot/startup_procedures.py
@@ -607,7 +607,8 @@ def test_tinymce():
# 'django.views.static.serve',
# {'document_root': static_root}
# ),
- #3) disable `compressor_on` check above
+ #3) set `TINYMCE_COMPRESSOR = False`
+ #4) set DEBUG = False
#then - tinymce compressing will be disabled and it will
#be possible to debug custom tinymce plugins that are used with askbot
@@ -685,7 +686,7 @@ def run_startup_tests():
test_middleware()
test_celery()
#test_csrf_cookie_domain()
- test_tinymce()
+ #test_tinymce()
test_staticfiles()
test_new_skins()
test_longerusername()