Django CMS plugin to track events on multiple calendars
Project description
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.
==============
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.
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-events-1.8.1.tar.gz
.
File metadata
- Download URL: django-theherk-events-1.8.1.tar.gz
- Upload date:
- Size: 8.0 kB
- Tags: Source
- Uploaded using Trusted Publishing? No
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | b8245c0d4f1d09a1b9dfc50e96a3b7f1acb449450589d6725e9a74f1df70b76c |
|
MD5 | eaee84ec02e1ad1fb66090c1fc1311b4 |
|
BLAKE2b-256 | 4e72429482cd523a3f4ae0f4a9daea22a78fb4ebbc9d413b343044793827c842 |