Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
2014-01-16 08:27:29 -05:00
docs fix links 2013-07-25 01:20:45 +02:00
requirements Create a requirements file 2014-01-15 09:58:20 -05:00
symposion Merge pull request #4 from pyohio/future-django 2014-01-16 05:17:42 -08: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.