Source code for www.copyleftconf.org
Find a file
2017-08-08 19:38:48 -07:00
copy Adds some copy 2017-08-08 17:40:23 -07:00
fixtures Prepares registrasion-demo to match the 0.1 release of registrasion. 2016-04-26 19:11:06 +10:00
gulp Update to latest build system 2016-02-27 17:23:35 -06:00
pinaxcon Removes DELETEME 2017-06-06 08:42:37 -07:00
static Clean up some of the voting status UI 2016-03-17 13:59:46 -05:00
.gitignore Coverage, Migrations. 2016-04-27 10:33:44 +10:00
gondor.yml Update deploy config 2016-02-27 18:54:26 -06:00
gulpfile.js Update to latest build system 2016-02-27 17:23:35 -06:00
LICENSE added MIT license 2016-04-26 17:18:28 +08:00
manage.py Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00
package.json Update to latest build system 2016-02-27 17:23:35 -06:00
Procfile Update deploy config 2016-02-27 18:54:26 -06:00
README.rst add basic setup instructions 2017-08-08 19:38:48 -07:00
requirements.txt Adds dependency on registration-stripe 2016-09-21 10:46:52 +10:00
tox.ini Initial commit of the PinaxCon demo site 2015-10-16 12:53:02 -05:00

North Bay Python
=================

The website for North Bay Python is a Django application with Symposion and Registrasion.

Setup
-----

1. pip install -r requirements
2. python manage.py createsuperuser
3. python manage.py loaddata fixtures/*
4. python manage.py migrate

Reference Material
------------------

* Registrasion docs are at http://registrasion.readthedocs.io
* Symposion docs are at http://symposion.readthedocs.io