Plugin for django-cms to include awesome animations from WOW.js and Animate.css
This plugin requires django CMS 3.0 or higher to be properly installed.
- In your projects virtualenv, run
pip install djangocms-wow
- If using Django 1.6 add
'djangocms_wow': 'djangocms_wow.south_migrations',
toSOUTH_MIGRATION_MODULES
(or defineSOUTH_MIGRATION_MODULES
if it does not exists); - Run
manage.py migrate djangocms_wow
If you use Django-CMS >= 3.0, you can use Animation
and Wow Animation
in "default_plugins"
(see docs about the CMS_PLACEHOLDER_CONF setting in Django CMS 3.0).