The website for North Bay Python is a Django application with Symposion and Registrasion.
- pip install -r requirements/base.txt
- python manage.py migrate
- python manage.py createsuperuser
- python manage.py loaddata fixtures/*
- python manage.py runserver
Use pip install -r requirements.txt instead.
- Registrasion docs are at http://registrasion.readthedocs.io
- Symposion docs are at http://symposion.readthedocs.io