Metadata-Version: 1.1
Name: django-theherk-module
Version: 1.1
Summary: Django CMS plugin to post a simple module for use in a sidebar.
Home-page: https://github.com/theherk/django-theherk-module
Author: Adam Sherwood
Author-email: theherk@gmail.com
License: see file LICENSE
Description: TheHerk Module
        ==============
        
        TheHerk Module is a very simple django CMS plugin for posting a module for use in a sidebar.
        
        Usage
        -----
        
        1. Add "module" to your INSTALLED_APPS
        
                INSTALLED_APPS = (
                    ...
                    'module',
                )
        
        2. Run `python manage.py migrate module`.
        
           Alternately, you could `syncdb` and `migrate --fake`
        
Platform: UNKNOWN
Classifier: Environment :: Web Environment
Classifier: Framework :: Django
Classifier: Intended Audience :: Developers
Classifier: Operating System :: OS Independent
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
