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`
=================
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
File details
Details for the file django-theherk-resources-1.6.1.tar.gz
.
File metadata
- Download URL: django-theherk-resources-1.6.1.tar.gz
- Upload date:
- Size: 7.5 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b55a598b2233244d8e72d1d0632f8387da5b48727d6e3ca4ebe59a5bf977edb0 |
|
MD5 | 22cb62a802439d3cc0f1d0da894befb0 |
|
BLAKE2b-256 | 2c68dceff4b7321b3447f95efc902715da35eac50e8b9cfc9ce619745c7ff7ae |