How to run a Django + NextJs app from Heroku?

I have been working on a Django + NextJs project since the last week and i want to deploy it on Heroku, since i'm using the django-nextjs library, they say i should run two ports on the same server but as long as i have read, it's not possible to do it in Heroku, I think it is possible to activate the node server trough the Procfile but I'm not sure of how to do it exactly.

Back to Top