https://github.com/unplugstudio/mezzanine-events
Event system for Mezzanine CMS
https://github.com/unplugstudio/mezzanine-events
calendar django events mezzanine-cms
Last synced: 2 months ago
JSON representation
Event system for Mezzanine CMS
- Host: GitHub
- URL: https://github.com/unplugstudio/mezzanine-events
- Owner: unplugstudio
- License: mit
- Created: 2019-07-19T22:17:48.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2019-07-28T13:16:42.000Z (almost 7 years ago)
- Last Synced: 2026-01-01T10:41:20.794Z (6 months ago)
- Topics: calendar, django, events, mezzanine-cms
- Language: Python
- Homepage:
- Size: 38.1 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
Mezzanine Events
==================
Event system for Mezzanine CMS.
Install
-------
1. Install via pip: ``pip install mezzanine-events``.
2. Add ``mezzanine_events`` to your ``INSTALLED_APPS``.
3. Run migrations.
4. 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")
Contributing
------------
Review contribution guidelines at CONTRIBUTING.md_.
.. _CONTRIBUTING.md: CONTRIBUTING.md