Update django.md

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

@ -21,7 +21,7 @@ Now let's install Django. This will allow us to create/run django apps:
python -m pip install Django python -m pip install Django
``` ```
Let's create a new django project. Go to where on your computer you want your app to be stored and run: Let's create a new django project. Go to where on your computer you want your app to be stored and run (`django_rest_api` can be whatever we want the project to be called`):
``` ```
django-admin startproject django_rest_api django-admin startproject django_rest_api

Loading…
Cancel
Save