Event system for Mezzanine CMS.
- Install via pip:
pip install mezzanine-events
. - Add
mezzanine_events
to yourINSTALLED_APPS
. - Run migrations.
- Add
url("^events/", include("mezzanine_events.urls", namespace="events"))
to you urls.py (you can also replace url prefix with any anything you prefer, but keep the namespace as "events")
Review contribution guidelines at CONTRIBUTING.md.