Django 4.1 Released

This page summarizes the projects mentioned and recommended in the original post on news.ycombinator.com

SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • gunicorn

    gunicorn 'Green Unicorn' is a WSGI HTTP Server for UNIX, fast clients and sleepy applications.

    Yep for production that works. In development tho I don't think the gunicorn --reload flag works with that worker type so you end up having to use uvicorn if you want to be able to code loading.

    This may have changed but I remember this being an issue around 8-9 months ago the last time I checked and going back https://github.com/benoitc/gunicorn/issues/2339 it looks like the issue is still open.

  • SaaSHub

    SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives

    SaaSHub logo
  • docker-django-example

    A production ready example Django app that's using Docker and Docker Compose.

    If anyone is interested I updated my example Django Docker app to 4.1 at: https://github.com/nickjj/docker-django-example

    It includes running Django, Celery, gunicorn, Postgres, Redis, esbuild and Tailwind through Docker and Docker Compose. It's set up for development and production.

  • registry

    pycsw + elasticsearch + opensearch + swagger - Based on HHyperMap (by planetfederal)

  • build-a-saas-app-with-flask

    Learn how to build a production ready web app with Flask and Docker.

    Thanks a lot!

    By the way the version of the course on Udemy doesn't get updated. The full version of the course is at https://buildasaasappwithflask.com/ which includes lifetime free updates (it has over 10+ hours of extra updates and new features not on the Udemy version). Udemy is a really bad platform for instructors which is why I've been trying hard to decouple myself from them over time.

    As for a tutorial on using this repo specifically, did you find the readme file lacking in any way? I tried to write the readme to be fully self contained. It would expect prior Docker knowledge tho. I did give a talk at DockerCon going over a bunch of Docker best practices at https://nickjanetakis.com/blog/best-practices-around-product.... It was using a Flask example repo not Django but everything still applies. The same patterns are used.

NOTE: The number of mentions on this list indicates mentions on common posts plus user suggested alternatives. Hence, a higher number means a more popular project.

Suggest a related project

Related posts

  • Gunicorn: 'Green Unicorn' Is a WSGI HTTP Server for Unix

    1 project | news.ycombinator.com | 30 May 2024
  • Show up your code and and get a thoughtful feedback from 25+ years developer

    5 projects | /r/learnpython | 8 Dec 2023
  • We Have to Talk About Flask

    4 projects | news.ycombinator.com | 19 Oct 2023
  • Flask Application Load Balancing using Docker Compose and Nginx

    2 projects | dev.to | 30 Jul 2023
  • Good example projects on Github with Flask and Next.js 13?

    1 project | /r/flask | 19 Jun 2023

Did you konow that Python is
the 1st most popular programming language
based on number of metions?