Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

427
Vistas
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 Respuestas
Responde la pregunta

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 Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda