update headers for day 3

This commit is contained in:
ducoterra
2020-11-23 19:56:41 -05:00
parent 715b83f929
commit fbb0e61b04
2 changed files with 7 additions and 3 deletions

View File

@@ -219,7 +219,7 @@ You saying the names of fruit out loud is funny but not very practical. Instead
8. Exit your terminal with `exit()`
### Creating an API
## Creating an API
You've got enough at this point to make a substantial API. Usually we'd write a python script at this point but we're going to build a Django API first this time. We'll use the people data we have above.
@@ -263,7 +263,7 @@ You've got enough at this point to make a substantial API. Usually we'd write a
8. You should see people data!
9. Stop your server with ++ctrl+c++
### Reading an API with python
## Reading an API with python
You have an API! Now let's read it with python. This is one of the most common applications for python in a work environment.