2012-12-20 07:04:30 +00:00
|
|
|
# Symposion
|
2012-10-21 00:00:25 +00:00
|
|
|
|
|
|
|
A conference management solution from Eldarion.
|
2012-06-04 21:17:38 +00:00
|
|
|
|
2012-10-12 04:55:23 +00:00
|
|
|
Built with the generous support of the Python Software Foundation.
|
2012-07-27 01:53:21 +00:00
|
|
|
|
2014-01-15 15:19:40 +00:00
|
|
|
See http://eldarion.com/symposion/ for commercial support, customization and
|
|
|
|
hosting.
|
2012-10-21 00:00:25 +00:00
|
|
|
|
2012-12-20 07:04:30 +00:00
|
|
|
## Quickstart
|
2012-10-21 00:00:25 +00:00
|
|
|
|
2014-01-15 15:19:40 +00:00
|
|
|
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
|
2013-06-04 16:24:04 +00:00
|
|
|
Django startproject template that includes Symposion][1].
|
|
|
|
|
|
|
|
[1]: https://github.com/pinax/pinax-project-symposion
|