Source code for www.copyleftconf.org
Find a file
2017-08-19 18:36:51 -07:00
copy Adds some copy 2017-08-08 17:40:23 -07:00
fixtures Sitetree updates, and make logins take you to the dashboard 2017-08-18 10:51:21 -07:00
gulp Update to latest build system 2016-02-27 17:23:35 -06:00
pinaxcon Fixes a message in the proposals form 2017-08-19 18:36:51 -07:00
requirements Adds an S3 storage backend 2017-08-15 20:37:54 -07:00
static make login box flush with header 2017-08-18 11:26:33 -07:00
.gitignore add pinaxcon/site_media to .gitignore 2017-08-11 15:53:44 -07:00
LICENSE Updates the licence 2017-06-07 14:57:09 -07: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 Fixes the procfile to not be the thing that Gondor wants, and is instead the thing that Heroku wants. 2017-08-09 11:30:32 -07:00
README.rst Splits up requirements.txt to move stuff into base and heroku requirements files 2017-08-09 11:30:32 -07:00
requirements.txt Splits up requirements.txt to move stuff into base and heroku requirements files 2017-08-09 11:30:32 -07:00
runtime.txt Reverts runtime.txt 2017-08-14 09:25:47 -07: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
-----

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

Prod
~~~~
Use `pip install -r requirements.txt` instead.

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

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