Sometimes when you're doing some complicated stuff, you need a way to just drop in some HTML without any fuss. This is that plugin.
This plugin should be considered alpha quality, but it's so simple there's not much to mess up.
cmsplugin_html has been tested with:
Django 1.2.5
django-cms 2.1.3
Make sure cmsplugin_html is in INSTALLED_APPS:
INSTALLED_APPS = (
...
'cmsplugin_html',
...
)
Then run python manage.py syncdb
to create the tables.