symposion_app/README

14 lines
336 B
Text
Raw Normal View History

2012-12-20 02:04:30 -05:00
# Symposion
A conference management solution from Eldarion.
2012-06-04 18:17:38 -03:00
2012-10-12 00:55:23 -04:00
Built with the generous support of the Python Software Foundation.
2012-07-26 22:53:21 -03:00
2012-10-12 00:55:23 -04:00
See http://eldarion.com/symposion/ for commercial support, customization and hosting
2012-12-20 02:04:30 -05:00
## Quickstart
2012-12-20 02:04:30 -05:00
- `pip install -r requirements.txt`
- `python manage.py syncdb`
- `python manage.py loaddata fixtures/*`