Updated blog: Django Hello, World + Fly.io Deployment

I initially published this in September but just updated it as there have been a number of improvements to flyctl since then which means the default Dockerfile and fly.toml files generated more closely match what is needed. Check out how easy it is in this tutorial:

Also, there should be official Django docs coming soon on Fly…

4 Likes

I’ve been following along with your fly.io tutorials and they are great - thank you. I am relatively new to Django and using PaaS, but one thing I would be interested in seeing is the settings (Dockerfile & toml files) and process to push a local postgres database dump to a Django app hosted on fly.io.

That’s a good idea. Not too hard actually. But I could/should write something up on that. It will be somewhat similar to this but yeah, I’ll tackle that next :slight_smile:

1 Like