Skip to content
This repository was archived by the owner on Oct 13, 2024. It is now read-only.

Latest commit

 

History

History
41 lines (24 loc) · 698 Bytes

README.rst

File metadata and controls

41 lines (24 loc) · 698 Bytes

cmsplugin-photologue-pro

This is another photologue plugin for Django CMS.

Requirements

  • Django
  • django-photologue
  • django-cms

Installation

Using PyPI you can simply type into a terminal:

pip install cmsplugin-photologue-pro

or

easy_install cmsplugin-photologue-pro

Configuration

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.

Author

Copyright 2012 Raphael Jasjukaitis <webmaster@raphaa.de>

Released under the BSD license.