This is another photologue plugin for Django CMS.
- Django
- django-photologue
- django-cms
Using PyPI you can simply type into a terminal:
pip install cmsplugin-photologue-pro
or
easy_install cmsplugin-photologue-pro
Add photologue
and cmsplugin_photologue_pro
to the list of
INSTALLED_APPS
in your settings.py
file. Don't forget to syncdb your
database or migrate if you're using south
.
Copyright 2012 Raphael Jasjukaitis <[email protected]>
Released under the BSD license.