Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/theherk/django-theherk-updates
Django app for tracking and displaying updates.
https://github.com/theherk/django-theherk-updates
Last synced: 16 days ago
JSON representation
Django app for tracking and displaying updates.
- Host: GitHub
- URL: https://github.com/theherk/django-theherk-updates
- Owner: theherk
- License: other
- Created: 2013-05-20T03:11:58.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2014-07-01T17:40:29.000Z (over 10 years ago)
- Last Synced: 2024-12-29T14:26:18.777Z (about 1 month ago)
- Language: Python
- Size: 133 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TheHerk Updates
===============TheHerk Updates is an application for tracking and displaying updates to anything; for instance, a website. You just add updates by date and description and then use the plugin to display them.
There is an apphook so you can attach the full update list to a menu URL.
Usage
-----1. Add "updates" to your INSTALLED_APPS
INSTALLED_APPS = (
...
'updates',
)2. Run `python manage.py migrate updates`.
Alternately, you could `syncdb` and `migrate --fake`