start at the main
branch
start a python virtual enviornment.
run pip install -r requirements.txt
run 'python manage.py migrate'
run 'python manage.py loaddata init_data.json'
the completed code is on completed
branch.
start at the main
branch
start a python virtual enviornment.
run pip install -r requirements.txt
run 'python manage.py migrate'
run 'python manage.py loaddata init_data.json'
the completed code is on completed
branch.