Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
Rebecca Lovewell 8b7b097314 Update django-reversion from 1.7 -> 1.8
For Django 1.6 compatibility.
2014-01-31 17:28:54 -05:00
docs fix links 2013-07-25 01:20:45 +02:00
requirements Update django-reversion from 1.7 -> 1.8 2014-01-31 17:28:54 -05:00
symposion Merge branch 'pyflakes' 2014-01-16 10:49:06 -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.