Update django.md

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

@ -11,6 +11,7 @@ cd django_rest_api
python manage.py startapp contacts_api python manage.py startapp contacts_api
python manage.py migrate python manage.py migrate
``` ```
**NOTE** you'll have to run `source ~/ga-env/bin/activate` every time you start a new terminal
edit django_rest_api/settings.py edit django_rest_api/settings.py

Loading…
Cancel
Save