Source code for www.copyleftconf.org
Find a file
2017-08-08 20:17:52 -07:00
copy Adds some copy 2017-08-08 17:40:23 -07:00
fixtures Adds some bare pages for things that aren’t the homepage. 2017-06-07 17:51:13 -07:00
gulp Update to latest build system 2016-02-27 17:23:35 -06:00
pinaxcon don't make the sidebar depend on the existence of a sponsor logo 2017-08-08 20:17:52 -07:00
static Adds fontawesome, removes dist 2017-06-07 15:26:41 -07:00
.gitignore stub out static site pages 2017-08-08 19:51:38 -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 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 django-libsass as dependency; de-eldarionises the static folder 2017-06-07 14:37:08 -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
-----

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