Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename DJANGO_SECRET_KEY to SECRET_KEY #1141

Merged
merged 4 commits into from
Nov 1, 2019
Merged

Rename DJANGO_SECRET_KEY to SECRET_KEY #1141

merged 4 commits into from
Nov 1, 2019

Commits on Nov 1, 2019

  1. Configuration menu
    Copy the full SHA
    9488bb3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bd0a99c View commit details
    Browse the repository at this point in the history
  3. Refactor secret key environmental handling

    This operates everything like our container environment: use the
    DJANGO_SECRET_KEY environmental variable or fall back to a random value.
    acdha committed Nov 1, 2019
    Configuration menu
    Copy the full SHA
    f9ed4a9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b563b26 View commit details
    Browse the repository at this point in the history