Skip to content

ads901119/django-boxoffice

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

django-boxoffice

Django event registration application.

django-boxoffice is a project of Sunlight Labs (c) 2009. Written by James Turk <jturk@sunlightfoundation.com>

Source: http://github.com/sunlightlabs/django-boxoffice/

Requirements

python >= 2.4

django >= 1.0

Installation

To install run

python setup.py install

which will install the application into the site-packages directory.

Usage

Configuration

  1. Add boxoffice to INSTALLED_APPS
  2. Include boxoffice.urls to urls.py (eg. url(r'^tickets/', include('boxoffice.urls')),)

Templates

Three templates are used by django-boxoffice:
  • boxoffice/attendee_list.html
  • boxoffice/registration_form.html
  • boxoffice/registration_table.html

Example templates are provided, any or all may be overriden in the usual manner.

About

event ticketing app

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published