https://github.com/theherk/django-theherk-events
Django CMS plugin to track events on multiple calendars.
https://github.com/theherk/django-theherk-events
Last synced: 4 months ago
JSON representation
Django CMS plugin to track events on multiple calendars.
- Host: GitHub
- URL: https://github.com/theherk/django-theherk-events
- Owner: theherk
- License: other
- Created: 2013-05-20T02:54:48.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2014-06-11T21:32:53.000Z (about 11 years ago)
- Last Synced: 2025-02-23T18:38:27.799Z (4 months ago)
- Language: Python
- Size: 211 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
TheHerk Events
==============TheHerk Events is a event posting tool that consists of a Django-cms plugin for showing upcoming events across calendars and has an apphook for viewing calendars and event details.
Usage
-----1. Add "events" to your INSTALLED_APPS
INSTALLED_APPS = (
...
'resources',
'events',
)2. Run `python manage.py migrate events`.
Alternately, you could `syncdb` and `migrate --fake`
Warning
-------To use the plugin with the default template, you will need to use the apphook, too. The plugin links to a details page in the apphook.
If you intend to use the events plugin without the apphook as well, you will need to override template not to use the URL that points to the apphook.