2012-10-21 00:00:25 +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-10-21 00:00:25 +00:00
##Instructions##
git clone https://github.com/OAhack/symposion.git
virtualenv env
source env/bin/activate
pip install -r requirements.txt
python manage.py syncdb
python manage.py runserver
###Load Default (Fixture) Data###
python manage.py loaddata
The site won't work until you create an entry for 'conference' in admin panel available at /admin/ (admin login is email, password. Not user, password).