Tab plugin for django cms with Jquery ui
Project description
cmsplugin-tab-ui
================
Tab plugin for django cms with Jquery UI
Installation
==============
Install from pypi
$ pip install cmsplugin_tab_ui
And put in your ``settings`` apps
INSTALLED_APPS = (
...
'cmsplugin_tab_ui',
)
Run syncdb or migrate if you use django 1.7
$ python manage.py syncdb
$ python manager.py migrate
Use
=====
In your base template include jquery
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
================
Tab plugin for django cms with Jquery UI
Installation
==============
Install from pypi
$ pip install cmsplugin_tab_ui
And put in your ``settings`` apps
INSTALLED_APPS = (
...
'cmsplugin_tab_ui',
)
Run syncdb or migrate if you use django 1.7
$ python manage.py syncdb
$ python manager.py migrate
Use
=====
In your base template include jquery
<script src="//code.jquery.com/jquery-1.10.2.js"></script>
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
cmsplugin_tab_ui-0.1.1.tar.gz
(11.7 kB
view hashes)