Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
Rebecca Lovewell bc3dfd6c4c Redirect to dashboard if there are no benefits to edit.
The sponsor object has been created, and we only need to collect details
about the potential-sponsor's benefits. If there are no benefits, the user
should be redirected to the dashboard rather than forced to submit what
appears to be the same form twice.
2014-02-11 11:26:56 -05:00
docs fix links 2013-07-25 01:20:45 +02:00
requirements Loosen django-forms-bootstrap requirement 2014-02-11 09:24:03 -05:00
symposion Redirect to dashboard if there are no benefits to edit. 2014-02-11 11:26:56 -05:00
.gitignore adds site_media to .gitignore 2012-10-20 16:12:26 -07:00
CONTRIBUTING.md Added CONTRIBUTING documentation to repository 2013-01-21 16:24:48 -07:00
LICENSE update LICENSE 2013-06-04 12:23:39 -04:00
MANIFEST.in add static dir to manifest 2012-08-31 02:44:16 -04:00
README.md Update quickstart instructions in README 2014-01-15 10:19:40 -05:00
setup.py fix typo 2014-01-16 08:27:29 -05:00

Symposion

A conference management solution from Eldarion.

Built with the generous support of the Python Software Foundation.

See http://eldarion.com/symposion/ for commercial support, customization and hosting.

Quickstart

To install Symposion, run:

pip install symposion

Symposion is a Django app. You will need to create a Django project to customize and manage your Symposion installation. We have built a basic Django startproject template that includes Symposion.