remove a word

master
Jerrica Bobadilla 5 years ago committed by GitHub
parent a79d8baff2
commit 319e9e2c5f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -130,7 +130,7 @@ To build your app, we're going to be building a virtual environment. In order to
### In Browser ### In Browser
1. After the migrations finish, you should now be able to open the heroku app in your browser to see the same Django REST interface! 1. After the migrations finish, you should now be able to open the heroku app in your browser to see the Django REST interface!
- Don't forget to go to `/api/contacts` - Don't forget to go to `/api/contacts`
1. Remember that your heroku database is separate from your local database, so there should not be any data on the first load. 1. Remember that your heroku database is separate from your local database, so there should not be any data on the first load.
- You can add data by logging in with the heroku superuser you created - You can add data by logging in with the heroku superuser you created

Loading…
Cancel
Save