Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
03c7633169
There are a number of attempts to use Deci in ints, which won't work in 2.7 or 3.x, we fix that. Description doesn't exist in symposion. So that fails our tests pretty hard. Switch that to Private Abstract. It's clear these tests have not been run in a very long time. So both failures and especially passes need to be taken with salt. |
||
---|---|---|
design | ||
docs | ||
registrasion | ||
requirements | ||
.gitignore | ||
CONTRIBUTING.rst | ||
LICENSE | ||
README.rst | ||
setup.cfg | ||
setup.py |
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/