Files @ c3354d6ff62a
Branch filter:

Location: CopyleftConf/copyleftconf-website/README.rst - annotation

Chris Lamb
Correct start of acceptance notification week date.

August 2019
Su Mo Tu We Th Fr Sa
1 2 3
4 5 6 7 8 9 10
11 12 13 14 15 16 17
18 19 20 21 22 23 24
25 26 27 28 29 30 31

re. https://twitter.com/lolamby/status/1163538533400764416
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