Metadata-Version: 1.1
Name: django-theherk-resources
Version: 1.6
Summary: Django app for keeping data on organizations and people.
Home-page: https://github.com/theherk/django-theherk-resources
Author: Adam Sherwood
Author-email: theherk@gmail.com
License: see file LICENSE
Download-URL: https://github.com/theherk/django-theherk-resources/archive/1.6.zip
Description: TheHerk Resources
        =================
        
        TheHerk Resources is a Django application for keeping track of and referencing resources like organizations and people (for now).
        
        Each allows the addition of many contact types with a very straightforward admin interface.
        
        It also includes Django-cms plugins for displaying the data in a few different ways.
        
        Usage
        -----
        
        1. Add "resources" and "localflavor" to your INSTALLED_APPS
        
                INSTALLED_APPS = (
                    ...
                    'localflavor',
                    'resources',
                )
        
        2. Run `python manage.py migrate resources`.
        
           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
