Skip to content

theherk/django-theherk-resources

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Django app for keeping data on organizations and people.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages