Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Change SECRET_KEY before deployment #1

@sulir

Description

@sulir

The SECRET_KEY setting in settings.py should be unique and not shared with anyone. To allow easy development, it is currently included directly in the mentioned file. Deploying the project with publicly known "secret key" is a security issue. The key must be changed before deploying to a production server, probably by some automated way.

Metadata

Metadata

Assignees

No one assigned

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions