Update django.md

main
Matt Huntington 5 years ago committed by GitHub
parent a125b1c495
commit 64aca332d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -3,8 +3,8 @@
## Setup
```
python3 -m venv tutorial-env
source tutorial-env/bin/activate
python3 -m venv ~/ga-env
source ~/ga-env/bin/activate
python -m pip install Django
django-admin startproject django_rest_api
cd django_rest_api

Loading…
Cancel
Save