Summary
git
Use ID
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Brett Smith | d3c3d882c639 |
15 months ago
|
|
||
Brett Smith | f1b6e31c312a |
15 months ago
|
|
||
Brett Smith | c8a317b5a637 |
15 months ago
|
|
||
Brett Smith | 3651d7a7fb2a |
15 months ago
|
|
||
Brett Smith | 3f6e5ac3d151 |
15 months ago
|
|
||
Brett Smith | 1acc448c9e34 |
15 months ago
|
|
||
Brett Smith | 9d5f83ec3972 |
15 months ago
|
|
||
Brett Smith | 9af0cce80226 |
15 months ago
|
|
||
Brett Smith | f00214d81df5 |
15 months ago
|
|
||
Brett Smith | 2817de06497d |
16 months ago
|
|
North Bay Python
The website for North Bay Python is a Django application with Symposion and Registrasion.
Setup
Development
- pip install -r requirements/base.txt
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py loaddata fixtures/*
- python manage.py runserver
Prod
Use <cite>pip install -r requirements.txt</cite> instead.
Reference Material
- Registrasion docs are at http://registrasion.readthedocs.io
- Symposion docs are at http://symposion.readthedocs.io