Open
Description
Problem
The default SECRET_KEY (generated during django startproject) can have special characters which cannot be used in a metwork environment variable.
Whereas it is useful to set this key in environment variable. For security reasons.
Possible solution
Identify the involved characters (maybe %, $, {}...) and remove or replace them in the postinstall script of the django template.
Metadata
Metadata
Assignees
Labels
No labels