Djevops: Self-Host Django Easily

(github.com)

29 points | by mherrmann 5 days ago ago

9 comments

  • mmarian a day ago ago

    I prefer sticking with Docker. I have a Swarm cluster of ~10 services, all on the same 5$/month VPS.

    • arunix 21 hours ago ago

      Which VPS?

      • mmarian 18 hours ago ago

        Hetzner. And I used CapRover to spin up / manage the cluster.

  • codingjoe a day ago ago

    Did something similar a while back hosting all my pet projects on a PS5: https://the-box.sh (signature edition)

  • factorialboy a day ago ago

    Cool project. I've built my own Django "harness" so I can't use it right now, but will consider for future projects.

  • spwa4 a day ago ago

    Sometimes I wonder why people don't just go back to apache mod_php, mod_python and know you can just deploy apps even if they aren't perfectly isolated.

    Everything still works, and if you have many small sites there's no beating the efficiency of it.

    • ranger_danger a day ago ago

      Some people still do... it's just that that means you've got to reinvent the wheel again when you inevitably need something like authentication, CRUD views, database support etc... that's where Django comes in I think; it can handle all that but also stays out of the way a lot more than other frameworks in my opinion.

  • huangchengsir 15 hours ago ago

    [flagged]