Metadata-Version: 1.0
Name: django-cms-events
Version: 0.1
Summary: A simple event scheduling app for django-cms
Home-page: https://github.com/nagyv/django-cms-events
Author: Viktor Nagy
Author-email: viktor.nagy@gmail.com
License: UNKNOWN
Download-URL: https://github.com/nagyv/django-cms-events/zipball/master
Description: Events plugin for django-cms
        ===============================
        
        MVP:
        ----
        It allows the grouping of events into categories.
        Events can be listed, and detail views can be given.
        Events from a given category can be listed.
        
        Extras:
        --------
        ical, gcalendar integration
        facebook event creation
        
        Installation
        -------------
        
        1. add `cmsplugin_events` to INSTALLED_APPS
        2. syncdb and migrate
        3. create a new page, and set the Event application to handle that page
        4. create events in the admin
           
        Optionally add the Event listings plugin to other pages.
Platform: UNKNOWN
Classifier: Topic :: Internet :: WWW/HTTP :: Dynamic Content
Classifier: Intended Audience :: Developers
Classifier: License :: OSI Approved :: MIT License
Classifier: Programming Language :: Python
Classifier: Programming Language :: Python :: 2.6
Classifier: Programming Language :: Python :: 2.7
Classifier: Framework :: Django
Classifier: Development Status :: 4 - Beta
Classifier: Operating System :: OS Independent
