Skip to content

Latest commit

 

History

History
30 lines (21 loc) · 867 Bytes

README.rst

File metadata and controls

30 lines (21 loc) · 867 Bytes

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.

What's Inside

Admin integration for creating and managing events. Views for displaying events and managing registration.