Want to use Django CMS and use S3 for your static files; then you'll need a fix for the Wymeditor, otherwise it'll complain about Cross Site Scripting! Get your fix here!
-
Add "wymfix" to your INSTALLED_APPS setting like this::
INSTALLED_APPS = ( ... 'wymfix', )
-
Include the wymfix URLconf in your project urls.py like this::
url(r'^wymfix/', include('wymfix.urls')),
If you have found a better way to get to get around the cross site scripting problem with django-cms and wymeditor, then let me know.
Another more invasive option can be found here: https://gist.github.com/wilburb/1714401
Some other people who ran across this problem: http://grokbase.com/t/gg/django-users/12ab32tpt9/django-cms-wymeditor-heroku-aws-s3-cors
I think it may be fixed here in newer versions of the django-cms: django-cms/django-cms#1