Skip to main content

Django app for keeping data on organizations and people.

Project 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`

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

django-theherk-resources-1.6.1.tar.gz (7.5 kB view hashes)

Uploaded Source

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page