Two Scopes of Django 3.x

This page summarizes the projects mentioned and recommended in the original post on /r/django

Our great sponsors
  • WorkOS - The modern identity platform for B2B SaaS
  • InfluxDB - Power Real-Time Data Analytics at Scale
  • SaaSHub - Software Alternatives and Reviews
  • direnv

    unclutter your .profile

  • IMO, the settings/ folder should not exist. Use Gitlab Variables, Github Secrets, Hashicorp vault, etc. in production, use direnv locally (be sure to add your .envrc file to .gitignore), and keep your config in environment variables. from base import * is a code smell, and I only ever do it for a settings_test.py file for pytest.

  • WorkOS

    The modern identity platform for B2B SaaS. The APIs are flexible and easy-to-use, supporting authentication, user identity, and complex enterprise features like SSO and SCIM provisioning.

    WorkOS logo
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