Source code for www.copyleftconf.org
Find a file
2020-02-11 10:18:40 -05: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 templates: Archive site. 2020-02-11 10:18:40 -05:00
static templates: Add Conservancy Supporter appeal to sidebar. 2020-01-01 11:54:21 -05:00
.gitignore add pinaxcon/site_media to .gitignore 2017-08-11 15:53:44 -07:00
LICENSE fonts: Host Font Awesome, don't use a CDN. 2019-12-06 10:51:56 -05: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 setup.txt: Pin django-models-utils for Python 2 compatibility. 2019-12-16 11:40:27 -05: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