Files @ 6a1159950582
Branch filter:

Location: CopyleftConf/copyleftconf-website/README.rst

Christopher Neugebauer
Merge pull request #23 from northbaypython/josh/copy

remove unused pages directory and rename files w/ underscores instead of dashes for consistency
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