Source code for www.copyleftconf.org
Find a file
2015-10-16 12:53:02 -05:00
fixtures Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
pinaxcon Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
static Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
.gitignore Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
gondor.yml Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
manage.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
package.json Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
README.md Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
requirements.txt Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
tox.ini Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00

PinaxCon

A working demo of Symposion and the Symposion Starter Project. Online at:

http://conference.pinaxproject.com/

Getting Started

Make sure you are using a virtual environment of some sort (e.g. virtualenv or pyenv).

createdb pinaxcon
pip install -r requirements.txt
./manage.py migrate
./manage.py loaddata sites conference proposal_base sitetree sponsor_benefits sponsor_levels
./manage.py runserver

pinax-boxes pinax-pages