Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theherk/django-theherk-resources
Django app for keeping data on organizations and people.
https://github.com/theherk/django-theherk-resources
Last synced: 16 days ago
JSON representation
Django app for keeping data on organizations and people.
- Host: GitHub
- URL: https://github.com/theherk/django-theherk-resources
- Owner: theherk
- License: other
- Created: 2013-05-20T03:08:39.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-04-03T16:53:43.000Z (almost 11 years ago)
- Last Synced: 2024-08-11T09:50:01.657Z (6 months ago)
- Language: Python
- Size: 156 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
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`