On Thu, Aug 2, 2012 at 3:19 AM, jondbaker <jonathandavidba...@gmail.com> wrote: > TINYMCE_JS_URL = os.path.join(PROJECT_ROOT, > 'templates/static/js/tiny_mce/tiny_mce.js') > TINYMCE_JS_ROOT = os.path.join(PROJECT_ROOT, 'templates/static/js/tiny_mce')
You don't need to set TINYMCE_JS_URL/TINYMCE_JS_ROOT because it is set automatically based on staticfiles settings. It's available as configuration option if you need to override default setup. When you "pip install django-tinymce" all required files are copied so you can skip step 4 as described in docs, you just need to set STATIC_ROOT/STATIC_URL. basically, if you have tinymce in INSTALLED_APPS and urlpatterns and django has staticfiles properly configured it will work as expected. let me know if you're still having issues w/ setup and feel free to contact me if you have any questions. Aljosa -- https://twitter.com/maljosa https://github.com/aljosa -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-users@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.