symposion_app/README.md

21 lines
544 B
Markdown
Raw Normal View History

2012-12-20 07:04:30 +00:00
# Symposion
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
See http://eldarion.com/symposion/ for commercial support, customization and
hosting.
2012-12-20 07:04:30 +00:00
## 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][1].
[1]: https://github.com/pinax/pinax-project-symposion