Django defaults that will kill your project

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
  • lucky

    A full-featured Crystal web framework that catches bugs for you, runs incredibly fast, and helps you write code that lasts.

    > Regarding 1. While this is certainly an issue, it’s an issue for anyone using any framework and a challenge of database-backed web applications everywhere.

    No, there are frameworks out there that doesn't allow queries during template rendering. See Lucky for an example, https://luckyframework.org/.

  • SaaSHub

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

    SaaSHub logo
  • python-decouple

    Strict separation of config from code.

    I wish Django was more "12-factor" compliant by default. Reading secrets from environment variables should be a first-class citizen and it's not. I typically use python-decouple (https://github.com/henriquebastos/python-decouple/) for that but it would be great to have it as default.

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

  • For a beginner, when do you look at the “next steps” like deploying?

    2 projects | /r/djangolearning | 25 May 2023
  • How to send emails using python django ?

    1 project | dev.to | 10 Oct 2022
  • A complete guide to organizing settings in Django

    6 projects | news.ycombinator.com | 12 Nov 2021
  • Searching Tweets Using Twitter API

    2 projects | dev.to | 3 Sep 2021
  • Buscando Tweets com a API do Twitter

    2 projects | dev.to | 3 Sep 2021

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