8,334 views
If you want to publish a Django application on Heroku, this video is for you. In this video, I'll show you some things that will make deploying your Django application on Heroku much easier, even if you've never done it before. I'll give you important tips and even show you how to access the database of the hosted application. ???????? Want to be my friend on social media? ???????? ✅ LinkedIn: / samuel-gon%c3%a7alves-822648129 ✅ Instagram: / samuelgoncalves.tech ✅ GitHub: https://github.com/fgsamuel ✅ Twitter: / samuel_f_g To make your life easier 00:00 Introduction 01:23 Structure used for the example 06:14 Installing heroku-cli 10:31 Preparing the dependencies to install on Heroku 12:24 Installing Gunicorn to serve the application on Heroku 14:33 Determining which version of Python Heroku will use 16:31 Configuring the Procfile file + Extra Tip 19:19 Deploying on Heroku 22:29 Installing the library that prepares your project for Heroku 26:42 Running migrate and creating a super user on Heroku 30:16 Decoupling environment variables 40:50 Connecting to the Heroku database using a local tool