symposion_app/README.md

14 lines
336 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
2012-10-12 04:55:23 +00:00
See http://eldarion.com/symposion/ for commercial support, customization and hosting
2012-12-20 07:04:30 +00:00
## Quickstart
2012-12-20 07:04:30 +00:00
- `pip install -r requirements.txt`
- `python manage.py syncdb`
- `python manage.py loaddata fixtures/*`