A handy agenda module for FeinCMS.
The backend is uncoupled from the view function and can be replaced by the Facebook Event API.
The model structure is based on the Facebook Event module.
pip install elephantagenda[facebook]- setup your
AGENDA_MEDIA_FILEwhich is path to your image fieldmedia.Imagefor example - redirect migration using migration modules from django settings
- make migrations
python manage.py makemigrations agenda - add
elephantagendaandelephantagenda.backends.agendato yoursettings.INSTALLED_APPS - you can either use the
elephantagenda.models.EventsContentor addelephantagenda.urlsas FeinCMS Application
hint: use the application, if you want to have a detail page with own url for every event. if you just want to display a simple eventlist, use the content.
To use the Facebook backend, simply add elephantagenda.backends.fb_agenda to your
settings.INSTALLED_APPS instead.
python setup.py sdist buildpython setup.py sdist upload
- https://github.com/feinheit/django-facebook-graph for
fb_agenda- https://github.com/sbaechler/django_gmapsfield for
gmaps_agendadjango-countries` for agenda and ``gmaps_agenda