Tab plugin for django cms with Jquery ui
Project description
Cmsplugin tab ui
Tab plugin for django cms with Jquery UI
Compatible with django 1.7 and django cms 3.0.6
Installation
Install from pypi
$ pip install cmsplugin_tab_ui
And put in your settings apps
INSTALLED_APPS = (
...
'cmsplugin_tab_ui',
'paintstore',
)
Run syncdb or migrate if you use django 1.7
$ python manage.py syncdb
$ python manager.py migrate
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-1.0.tar.gz
(12.2 kB
view hashes)