Skip to content Skip to sidebar Skip to footer
Showing posts with the label Heroku Postgres

Couldnt Upload My Flask Application On Heroku

I have a flask application with postgresql db So the steps are: 1.gunicorn 2.Procfile 3.heroku logi… Read more Couldnt Upload My Flask Application On Heroku

Django Heroku Makemigrations Ignoring Changes In Models

I deleted two models from models.py, and when I run makemigrations and migrate locally, everything … Read more Django Heroku Makemigrations Ignoring Changes In Models