Summary
- Fork of "CopyleftConf/copyleftconf-website"
git
Use ID
fork of repository: copyleftconf-website
Source code for www.copyleftconf.org
Source code for www.copyleftconf.org
Statistics are disabled for this repository
Downloads are disabled for this repository
Patrick Altman | ad9e5484f3ea |
7 years ago
|
|
||
Patrick Altman | 6d3d2de2b330 |
7 years ago
|
|
||
Patrick Altman | 4c28fbe140c1 |
7 years ago
|
|
||
Patrick Altman | 04f246d85071 |
7 years 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