Metadata-Version: 1.1
Name: django-theherk-updates
Version: 1.1
Summary: Django app for tracking and displaying updates.
Home-page: https://github.com/theherk/django-theherk-updates
Author: Adam Sherwood
Author-email: theherk@gmail.com
License: see file LICENSE
Description: TheHerk Updates
        ===============
        
        TheHerk Updates is an application for tracking and displaying updates to anything; for instance, a website. You just add updates by date and description and then use the plugin to display them.
        
        There is an apphook so you can attach the full update list to a menu URL.
        
        Usage
        -----
        
        1. Add "updates" to your INSTALLED_APPS
        
                INSTALLED_APPS = (
                    ...
                    'updates',
                )
        
        2. Run `python manage.py migrate updates`.
        
           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
