Source code for www.copyleftconf.org
Find a file
Brett Smith 6531b0e781 proposals.forms: Link to one consistent Markdown cheat sheet.
I like this one best because it's most brief, visual, and clearly under a
free license (CC BY-SA 4.0).
2019-09-30 11:20:24 -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 proposals.forms: Link to one consistent Markdown cheat sheet. 2019-09-30 11:20:24 -04:00
requirements Use django email log 2017-11-24 16:00:12 -08: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
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 Revert runtime; Do Not Push 2017-08-19 21:44:52 -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 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