Merge branch 'master' into prod

This commit is contained in:
Nick Seidenman (N6) 2017-01-12 09:03:01 +11:00
commit b1929bf4f9

View file

@ -8,6 +8,7 @@ Launchifying
- create a virtualenv with python 2.7 - create a virtualenv with python 2.7
- activate the virtualenv - activate the virtualenv
- cd into the virtual env and clone this repo into it (creates ``website`` subdir)
- cd into the ``website`` directory - cd into the ``website`` directory
- ``pip install -r requirements.txt`` - ``pip install -r requirements.txt``
- ``python manage.py migrate`` - ``python manage.py migrate``