File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 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 )
You can’t perform that action at this time.
0 commit comments