Skip to content

Commit 1d91944

Browse files
Update README.md
1 parent 486b734 commit 1d91944

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

README.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@
1919

2020
## ✨ Deploy on HEROKU
2121

22-
> Update Codebase & Dependencies
22+
> 👉 Update Codebase & Dependencies
2323
2424
- add `django-heroku` to `requirements.txt`
2525
- add `Procfile` in the root of the project
@@ -32,7 +32,7 @@ django_heroku.settings(locals())
3232

3333
<br />
3434

35-
> Execute in the terminal (ROOT of the project)
35+
> 👉 Execute in the terminal (ROOT of the project)
3636
3737
```bash
3838
$ heroku login # This will open a browser
@@ -42,6 +42,8 @@ $ heroku run python manage.py migrate # Migrate the DB
4242
$ heroku open # Open the new app in the Browser
4343
```
4444

45+
At this point, the app should be LIVE and functional.
46+
4547
<br />
4648

4749
![Material Kit - Starter generated by AppSeed.](https://user-images.githubusercontent.com/51070104/167396765-c88b7a95-155f-4236-8691-7b80fa2d9cd9.png)

0 commit comments

Comments
 (0)