diff --git a/django.md b/django.md index af865da..5fdcc5e 100644 --- a/django.md +++ b/django.md @@ -21,7 +21,7 @@ Now let's install Django. This will allow us to create/run django apps: 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