Metadata-Version: 1.0
Name: tango-happenings
Version: 0.5.3
Summary: Reusable Django events and calendaring.
Home-page: https://github.com/tBaxter/django-happenings
Author: Tim Baxter
Author-email: mail.baxter@gmail.com
License: LICENSE
Description: Tango Happenings
        =================
        
        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.
        
        
        ## 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.
        
        tango_shared is a dependency. It will be installed for you.
        
Platform: UNKNOWN
