@ -287,25 +287,71 @@ CORS_ALLOW_ALL_ORIGINS = True # add this
## Deploy to Heroku
### In Terminal
### Locally
1. Create a heroku app from the root of your project folder, run: `heroku create`
Create a heroku app from the root of your project folder, run: `heroku create`in the terminal. The command will randomly generate a name for you, if you want to name your app something specific run: `heroku create urlNameYouWantHere`.
- The above command will randomly generate a name for you, if you want to name your app something specific run: `heroku create urlNameYouWantHere`
Copy the heroku url that was created (without the `https://`), go to your `django_rest_api/settings.py` and add it into the `ALLOWED_HOSTS`
1. Copy the heroku url that was created (without the `https://`), go to your `django_rest_api/settings.py` and add it into the `ALLOWED_HOSTS`