The Save22 is a bit dated and will be redesigned using Django Mezzanine.
-
Setup a virtual environment
virtualenv env
-
Source to your virtual environment
source env/bin/activate
-
Clone your fork of this repository
git clone https://github.com/<username>/laun2_poc.git
-
Change directory to the created project on your computer
cd laun2_poc
-
Create a copy of keys.json.sample to keys.json located inside config folder
cp config/keys.json.sample config/keys.json
-
Edit keys.json and change SECRET_KEY to your secret key
vim config/keys.json
-
Create initial database
python manage.py createdb
-
Start your projects server
python manage.py runserver 0.0.0.0:800x