diff --git a/django.md b/django.md index e4234a7..de47cc7 100644 --- a/django.md +++ b/django.md @@ -11,7 +11,7 @@ cd django_rest_api python manage.py startapp contacts_api python manage.py migrate ``` -**NOTE** you'll have to run `source ~/ga-env/bin/activate` every time you start a new terminal +**NOTE:** you'll have to run `source ~/ga-env/bin/activate` every time you create a new terminal window edit django_rest_api/settings.py