What is the best way of storing secret keys of django settings.py file on Ubuntu so as to avoid pushing it to a GitHub repo?

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

InfluxDB - Power Real-Time Data Analytics at Scale
Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.
www.influxdata.com
featured
SaaSHub - Software Alternatives and Reviews
SaaSHub helps you find the best software and product alternatives
www.saashub.com
featured
  • Poetry

    Python packaging and dependency management made easy

  • Poetry envfile support will be able to be added in a plugin from the next release (2.0 I think). In fact it is it the example given in the plugin creation docs

  • docker-django-example

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

  • If you go down the Docker path here's a working example that uses a single.env file and loads in environment variables in the settings.py file: https://github.com/nickjj/docker-django-example

  • InfluxDB

    Power Real-Time Data Analytics at Scale. Get real-time insights from all types of time series data with InfluxDB. Ingest, query, and analyze billions of data points in real-time with unbounded cardinality.

    InfluxDB logo
  • repo

  • direnv

    unclutter your .profile

  • I highly recommend using direnv. You cd into a directory and direnv will automatically source your .envrc file for you. Stick your per-project environment variables here instead.

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

  • Installed Binary Disappearing On Shell Reload

    3 projects | /r/linuxquestions | 11 Mar 2022
  • Beginner question: how do I set up virtual environments in my Python buffer?

    3 projects | /r/emacs | 22 Apr 2023
  • neovim plugins for easier python virtual environment management

    7 projects | /r/neovim | 21 Feb 2023
  • After using Python for over 2 years I am still really confused about all of the installation stuff and virtual environments

    4 projects | /r/Python | 21 Feb 2023
  • What is your workflow for managing virtual environments for personal projects?

    3 projects | /r/Python | 20 Feb 2023