Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
2017-01-09 19:39:27 +11:00
design Notes that things are tested. 2016-01-22 18:16:15 +11:00
docs Adds ATTENDEE_PROFILE_MODEL as a thing that needs to be specified in settings.py. 2016-09-20 13:47:50 +10:00
registrasion Adds “badges” view, which lets us render multiple users’ badges into a zipfile. 2017-01-09 19:39:27 +11:00
requirements Temporarily Removes Symposion as a dependency 2016-09-24 09:30:37 +10:00
.gitignore Update gitignore 2016-01-22 16:00:58 +11:00
CONTRIBUTING.rst Adds a CONTRIBUTING guide 2016-04-22 16:41:59 +10:00
LICENSE Amends LICENCE to refer to chrisjrn 2016-01-22 18:04:34 +11:00
README.rst Fixed a typo 2016-05-12 11:31:19 -05:00
setup.cfg Rearchitected condition processing such that multiple conditions are processed by the database, in bulk. Closes #42. 2016-04-29 11:06:58 +10:00
setup.py Marks 0.1.0 release 2016-04-26 14:51:12 +10:00

Registrasion
============

**Registra** (tion for Sympo) **sion**. A conference registration app for Django,
letting conferences big and small sell tickets from within Symposion.

Symposion
---------
``symposion`` is an Open Source conference management solution built with Pinax
apps for Django. For more information, see https://github.com/pinax/symposion.

registrasion
------------
``registrasion`` is a registration package that you use alongside Symposion. It
handles inventory management, as well as complex product inclusions, automatic
calculation of discounts, and invoicing. Payment of invoices can be faciliated
by manual filings of payments by staff, or through plugging in a payment app.

Initial development of ``registrasion`` was funded with the generous support of
the Python Software Foundation.

Quickstart
----------
``registrasion`` is a Django app. You will need to create a Django project to
customize and manage your Registrasion and Symposion installation. A
demonstration app project with templates is available at
https://github.com/chrisjrn/registrasion-demo

Documentation
-------------
The documentation for ``registrasion`` is available at
http://registrasion.readthedocs.org/