Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
Steve Holden 8afa17b1c1 Update symposion/templates/sponsorship/_sponsor_link.html
Improved reference format and used pk rather than id 
- thanks to trbs for the suggestion
2013-01-21 09:20:11 -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 Update symposion/templates/sponsorship/_sponsor_link.html 2013-01-21 09:20:11 -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.md rename readme to enable markdown rendering 2012-12-20 02:06:00 -05:00
requirements-docs.txt move requirements up to base, single file (+ docs) 2012-07-18 19:47:52 -04:00
requirements.txt bump symposion version requirement 2013-01-02 20:58:47 -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

Quickstart

  • pip install -r requirements.txt
  • python manage.py syncdb
  • python manage.py loaddata fixtures/*