copyleftconf-website/README.rst

18 lines
432 B
ReStructuredText
Raw Normal View History

2017-08-09 02:38:48 +00:00
North Bay Python
=================
2017-08-09 02:38:48 +00:00
The website for North Bay Python is a Django application with Symposion and Registrasion.
2017-08-09 02:38:48 +00:00
Setup
-----
2017-08-09 02:38:48 +00:00
1. pip install -r requirements
2. python manage.py createsuperuser
3. python manage.py loaddata fixtures/*
4. python manage.py migrate
2017-08-09 02:38:48 +00:00
Reference Material
------------------
2017-08-09 02:38:48 +00:00
* Registrasion docs are at http://registrasion.readthedocs.io
* Symposion docs are at http://symposion.readthedocs.io