Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
Luke Hatcher a8e33f14ea Merge pull request #16 from mattsenate/master
FF AdBlocker Bug Fix and README Update
2012-12-19 23:01:45 -08:00
docs added first pass of documentation about proposals 2012-07-12 16:38:42 -04:00
fixtures only three levels of sponsorship by default 2012-10-19 17:16:36 -04:00
symposion Merge pull request #16 from mattsenate/master 2012-12-19 23:01:45 -08:00
symposion_project update to bootstrap 2.2.2 without a custom style 2012-12-20 00:00:18 -05:00
.gitignore adds site_media to .gitignore 2012-10-20 16:12:26 -07:00
LICENSE added BSD license 2012-06-05 15:13:29 -04:00
manage.py update project layout 2012-07-11 18:51:09 -04:00
MANIFEST.in add static dir to manifest 2012-08-31 02:44:16 -04:00
README adds demo installation instructions and note on fixture data 2012-10-20 17:00:25 -07:00
requirements-docs.txt move requirements up to base, single file (+ docs) 2012-07-18 19:47:52 -04:00
requirements.txt update requirements 2012-12-19 18:57:27 -05:00
setup.py add setup.py 2012-08-14 01:30:26 -04:00

#Symposion#

A conference management solution from Eldarion.

Built with the generous support of the Python Software Foundation.

See http://eldarion.com/symposion/ for commercial support, customization and hosting

##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).