Conference management site for FOSSY. Forked from Linux Australia's version at https://gitlab.com/laconfdev/symposion_app.
Find a file
2015-10-27 20:25:34 +01:00
fixtures Add admin user: u: pinax, p: django 2015-10-16 19:15:20 -05:00
pinaxcon Add ace editor 2015-10-16 20:09:06 -05:00
static Add ace editor 2015-10-16 20:09:06 -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 Update README.md 2015-10-27 20:25:34 +01:00
requirements.txt Add admin user: u: pinax, p: django 2015-10-16 19:15:20 -05:00
tox.ini Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00

PinaxCon

Pinax

Join us on Slack

Pinax is an open-source platform built on the Django Web Framework. It is an ecosystem of reusable Django apps, themes, and starter project templates. This collection can be found at http://pinaxproject.com.

PinaxCon

PinaxCon is 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

Documentation

The PinaxCon documentation is currently under construction. If you would like to help us write documentation, please join our Slack channel and let us know! The Pinax documentation is available at http://pinaxproject.com/pinax/.

Code of Conduct

In order to foster a kind, inclusive, and harassment-free community, the Pinax Project has a Code of Conduct, which can be found here http://pinaxproject.com/pinax/code_of_conduct/.

Pinax Project Blog and Twitter

For updates and news regarding the Pinax Project, please follow us on Twitter at @pinaxproject and check out our blog http://blog.pinaxproject.com.