Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

430
Views
Django app on Heroku, deployed successfully but could not be served

I have built a simple blog app with Django by following a video and deployed it to Heroku by following another video. The app works fine locally, but it is not working online. Heroku gives me this error message:

This app has no process types yet

Add a Procfile to your app in order to define its process types.

I had already added a Proclife created with Notepad with these contents:

web: gunicorn mysite.wsgi

But how can I add another Procfile to an app already deployed to Heroku? Where should I place it?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Yeah that's correct. It required file 'Procfile' in the project root directory. I have created one with below content

web: gunicorn <your-app.wsgi> -b 0.0.0.0:$PORT -w 10

And followed the below link https://devcenter.heroku.com/articles/procfile where everything is mentioned to deploy the code to heroku. Its been long time for me working with heroku that too with test app so I am not sure if it got changed after that. But I think just following the link will work just fine.

over 4 years ago · Santiago Trujillo Report
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!