From 6c478834512a8f7f44f06a6dafc024f9670caf4f Mon Sep 17 00:00:00 2001 From: Matt Huntington Date: Sat, 13 Feb 2021 16:52:00 -0500 Subject: [PATCH] Update django.md --- django.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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