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
Christopher Neugebauer | c1cd9b4a5d50 |
4 years ago
|
|
||
Christopher Neugebauer | f5df729b3154 |
4 years ago
|
|
||
Christopher Neugebauer | d1fe144a2688 |
4 years ago
|
|
||
Christopher Neugebauer | 3ee7b88ad337 |
4 years ago
|
|
||
Christopher Neugebauer | 2d3be4ce0ce7 |
4 years ago
|
|
||
Christopher Neugebauer | 9329cdbaf5a9 |
4 years ago
|
|
||
Christopher Neugebauer | 458e505f05da |
4 years ago
|
|
||
Christopher Neugebauer | 6acbbb80242c |
4 years ago
|
|
||
Christopher Neugebauer | 7677bd7eeaae |
4 years ago
|
|
||
Josh Simmons | 44e7a05b85da |
4 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