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
Josh Simmons | fcea921d9660 |
4 years ago
|
|
||
Josh Simmons | e1481a8bc9dc |
4 years ago
|
|
||
Josh Simmons | ef8c9f9c5106 |
4 years ago
|
|
||
Christopher Neugebauer | 2b4006877670 |
4 years ago
|
|
||
Christopher Neugebauer | 72f260b5f3d1 |
4 years ago
|
|
||
Josh Simmons | d779a55ed936 |
4 years ago
|
|
||
Josh Simmons | fc45ab3ba06f |
4 years ago
|
|
||
Josh Simmons | 19c1a648b3ed |
4 years ago
|
|
||
Josh Simmons | 68dc0a8d59ca |
4 years ago
|
|
||
Josh Simmons | a3a6d93ba2f3 |
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