djangocms-wow

Plugin for django-cms to include awesome animations from WOW.js and Animate.css


Keywords
django, cms, wow, animate
License
Other
Install
pip install djangocms-wow==0.0.2

Documentation

djangocms-wow

https://travis-ci.org/narayanaditya95/djangocms-wow.svg?branch=master https://coveralls.io/repos/narayanaditya95/djangocms-wow/badge.svg?branch=master Code Health

Plugin for django-cms to include awesome animations from WOW.js and Animate.css

Installation

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', to SOUTH_MIGRATION_MODULES (or define SOUTH_MIGRATION_MODULES if it does not exists);
  • Run manage.py migrate djangocms_wow

Usage

Default content in Placeholder

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).