What steps will reproduce the problem? 1. Use django 1.3 w/ django.contrib.staticfiles 2. Set STATIC_URL 3. See it fail (defaults to MEDIA_URL)
What is the expected output? What do you see instead? JS_URL and JS_ROOT default to MEDIA_URL / MEDIA_ROOT in stead of STATIC_URL / STATIC_ROOT.
What version of Django are you using? On what operating system? 1.3
What version of django-tinymce are you using? 1.5.1a1
Please provide any additional information below.
I've add the following on line 15 in tinymce.settings.py:
if 'django.contrib.staticfiles' in settings.INSTALLED_APPS or \ 'staticfiles' in settings.INSTALLED_APPS:
Comment #1
Posted on Feb 15, 2012 by Happy Kangaroodjango-tinymce development (code and issues) moved to github. please reopen this issue on github if it still exists. https://github.com/aljosa/django-tinymce
Status: WontFix
Labels:
Type-Defect
Priority-Medium