Source code for www.copyleftconf.org
5b48df5eb8
Font Awesome downloaded from <https://github.com/FortAwesome/Font-Awesome/blob/v4.7.0/css/font-awesome.css>. License from <https://github.com/FortAwesome/Font-Awesome/blob/v4.7.0/README.md>. |
||
---|---|---|
copy | ||
fixtures | ||
gulp | ||
pinaxcon | ||
static | ||
.gitignore | ||
LICENSE | ||
manage.py | ||
package.json | ||
Procfile | ||
README.rst | ||
runtime.txt | ||
setup.txt | ||
tox.ini |
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 migrate 3. python manage.py createsuperuser 4. python manage.py loaddata fixtures/* 5. python manage.py runserver 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