tango-happenings

Reusable Django events and calendaring.


License
MIT
Install
pip install tango-happenings==0.15.0

Documentation

Tango Happenings

Build Status

A powerful Django calendar/events app. It works as part of Tango, or as a standalone app.

Supports multi-day events, schedules, photos, updates, recaps and a bunch of other stuff.

Includes a copy of jquery.hcal for easy calendar creation.

Tango Happenings is tested for usage on both Python2 and Python3 installations.

Installation:

pip install tango-happenings

or

pip install git+https://github.com/tBaxter/tango-happenings.git

Usage:

Add 'happenings' and 'tango_shared' to your installed apps, then run syncdb or migrate.

Requirements

  • Installs python-card-me for ical/vcal integration
  • Tango Shared Core