|
|
|
@ -11,7 +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
|
|
|
|
**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
|
|
|
|
edit django_rest_api/settings.py
|
|
|
|
|
|
|
|
|
|
|
|
|