Aldryn Events is an Aldryn-compatible application for publishing information about events in django CMS.
Please see the official Aldryn Events documentation, which includes information on installation and getting started.
It also contains documentation for content editors and end-users.
Aldryn Events is a an open-source project. We'll be delighted to receive your feedback in the form of issues and pull requests. Before submitting your pull request, please review our guidelines for Aldryn addons.
- Python 2.6 or 2.7
- django CMS 3.0.12 or later
- Django 1.6 or 1.7
- django-tablib
Package should be installed manually. Also take in account django-tablib
limitations which are listed below.
If you are planning to use aldryn-events
with Python 2.6
be aware that event registrations export functions will not work because
django-tablib
package has Python 2.6
/Django 1.6+
compatibility issues.
Unfortunately django-tablib
does not supports Django 1.8
which means
that event registrations export functions will not work.