Source code for www.copyleftconf.org
Find a file
Brett Smith 0b0b679d18 Remove unwanted dependencies.
This doesn't remove all trace of them but it's enough to avoid installing
them and still be able to see the front page.
2019-09-30 11:21:51 -04:00
copy Adds some copy 2017-08-08 17:40:23 -07:00
fixtures more tweaks 2018-07-04 09:59:19 -07:00
gulp Update to latest build system 2016-02-27 17:23:35 -06:00
pinaxcon Remove unwanted dependencies. 2019-09-30 11:21:51 -04:00
static Add new speaker styling 2019-09-29 12:36:47 -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 Reset timeout 2017-11-24 16:13:44 -08:00
README.rst update readme and add 127.0.0.1 to allowed hosts 2018-07-05 12:16:55 -07:00
runtime.txt Revert runtime; Do Not Push 2017-08-19 21:44:52 -07:00
setup.txt Remove unwanted dependencies. 2019-09-30 11:21:51 -04: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 migrate
3. python manage.py createsuperuser
4. python manage.py loaddata fixtures/*
5. python manage.py runserver

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