Aatish Neupane
  • Home
  • About Me
  • Github

Heroku

A collection of 3 posts

Django

Django and Create-React-App together on Heroku

React is awesome. Django is great. And together, they can provide a clean separation of frontend and backend concerns. An ideal way to host React app is to serve it over a CDN

  • Aatish Neupane
    Aatish Neupane
5 min read
Django

Auto migrate Django in Heroku on push

In your Procfile, add the following: release: python manage.py migrate --noinput Heroku will run this command everytime you deploy the app. This command is run after all other commands so you can

  • Aatish Neupane
    Aatish Neupane
1 min read
Flask

Getting around Heroku's 30 seconds timeout limit with Flask

Heroku has this 30s request timeout window in which if your app doesn't send anything within 30 seconds, the request is cancelled and Application Error is returned. With Flask, there's an easy way

  • Aatish Neupane
    Aatish Neupane
2 min read
Aatish Neupane © 2021
Latest Posts Twitter Ghost