Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
Taavi Burns e180c7f00b Adds a manage.py script to assign reviewers to talks.
Requires that a 'reviewers' group exist, and that there are people assigned to it (otherwise it won't find any reviewers to add!).

It will assign up to 3 reviewers, where those reviewers are NOT one of the speakers, and that reviewer has not opted out of reviewing that talk. It will choose random reviewers from those with the fewest existing not-opted-out assignments.
2013-06-25 22:53:18 -04:00
docs added first pass of documentation about proposals 2012-07-12 16:38:42 -04:00
symposion Adds a manage.py script to assign reviewers to talks. 2013-06-25 22:53:18 -04: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 README to include new startproject template 2013-06-04 12:24:04 -04:00
requirements-docs.txt move requirements up to base, single file (+ docs) 2012-07-18 19:47:52 -04:00
setup.py add setup.py 2012-08-14 01:30:26 -04: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

If you're interested in running symposion locally, we have built a basic Django startproject template that includes Symposion.