Metadata-Version: 1.0
Name: django-chance
Version: 0.3.4
Summary: Django CMS Plugin for Google Forms
Home-page: https://github.com/benliles/django-chance
Author: Benjamin Liles
Author-email: benliles@gmail.com
License: UNKNOWN
Description: Introduction
        ------------
        
        Chance is an event manager for Django with `Django CMS` integration for
        registration forms.
        
        Installation
        ------------
        
        First, you must install `Django`. For full details, see the installation 
        instructions on their website.
        
        Install ``django-chance`` to your environment with a tool such as `PIP`, 
        `setuptools`, or `buildout`.
        
        Add ``chance`` to the ``INSTALLED_APPS`` list in your project's 
        ``settings.py`` and run the ``syncdb`` command on your ``manage.py``.
        
        .. _Django: http://www.djangoproject.com/
        .. _Django CMS: https://www.django-cms.org/
        .. _PIP: http://www.pip-installer.org/
        .. _setuptools: http://pypi.python.org/pypi/setuptools/
        .. _buildout: http://pypi.python.org/pypi/zc.buildout/
        
        What's Inside
        -------------
        
        Admin integration for creating and managing events. Views for displaying
        events and managing registration.
        
        
        0.3.4 (2012-09-11)
        ------------------
        
        * Added a CSV summary admin action for registration
        * Added event tracks and schedule items
        * Added a schedule view for an event
        
        0.3.3 (2012-09-04)
        ------------------
        
        * Modified Talk owner information display for cases where owner has no name
        
        0.3.2 (2012-09-04)
        ------------------
        
        * Added Talk owner information to list display in Admin
        
        0.3.1 (2012-08-31)
        ------------------
        
        * Added an admin action for even choice summaries
        
        0.3 (2012-08-21)
        ----------------
        
        * Transactions
        * Payment gateway integration
        
        0.2 (2012-07-23)
        ----------------
        
        * Added Talks
        
        0.1 (2012-07-03)
        ----------------
        
        * First Release
        * Models for events, registration, fees and event choices
        * Views for listing events and registering
        * Signal for e-mailing attendees a verification
        * Signal for e-mailing managers when new registrations are added
        
        
Keywords: django cms plugin events conference
Platform: UNKNOWN
Classifier: Framework :: Django
Classifier: Development Status :: 3 - Alpha
Classifier: Programming Language :: Python
Classifier: Topic :: Internet :: WWW/HTTP
Classifier: Topic :: Software Development :: Libraries :: Python Modules
Classifier: License :: OSI Approved :: Apache Software License
