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

269
Views
Obteniendo un error al implementar la aplicación Django en Heroku

Tengo un proyecto de Django y estaba intentando por primera vez implementarlo en la nube de Heroku. La estructura del proyecto es la siguiente,

 # Project structure: .\Project folder\ - | |- .\env\ (Virtual enviroment ) | |- .\src\ - | | | |- .\main\ - | | | | | |- admin.py (Output tables data in to admin dashboard) | | |- models.py (Classes os DB tables) | | |- serializers.py (Serializing of data output in API) | | |- views.py (Custome API views) | | |- ... | | | |- .\users_groups\ - | | | | | |- settings.py (Project settings) | | |- urls.py ( file with URL's reg. ex. patterns) | | |- wsgi.py | | | |- .\templates\ | | | |- manage.py | |- db.sqlite3 | |- .\app-messages | |- ReadMe.txt | |- requirements.txt (file with list of all dependencies for app)

Mi proyecto está aquí y seguí este tutorial. Estaba dentro de la .\Project folder\ y al momento de pushing el maestro, aparece un error. Yo uso el comando para empujar,

 git push heroku master

Recibo el mensaje de error,

 To https://git.heroku.com/i2x-team-app.git ! [remote rejected] master -> master (pre-receive hook declined) error: failed to push some refs to 'https://git.heroku.com/i2x-team-app.git'

¿Qué debo hacer para solucionar este problema?

over 4 years ago · Santiago Trujillo
1 answers
Answer question

0

Prueba esto

 heroku buildpacks:set heroku/python

entonces empuja

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!