ara-server/ara/server
David Moreau Simard 8b8bc03f7c
Create a persistent default random secret key if none are set
If there are no SECRET_KEY or ARA_SECRET_KEY environment variables
set or if there is no configuration file with the SECRET_KEY variable
set, settings.py will generate a random secret key once and it will
be persisted to the default configuration.

Change-Id: Idf2f1ee5f8a70bc2411de51a154bc4504705d89a
2019-01-15 11:41:51 -05:00
..
__init__.py Only ara is a namespace package, subpackages are not. 2018-09-28 08:31:09 +02:00
__main__.py Made dynaconf integration more explicit. 2018-12-20 18:46:02 +01:00
admin.py Run black & isort over the codebase. 2018-10-01 18:24:47 +02:00
apps.py Run black & isort over the codebase. 2018-10-01 18:24:47 +02:00
settings.py Create a persistent default random secret key if none are set 2019-01-15 11:41:51 -05:00
urls.py Added CI for black/isort. 2018-10-02 09:50:15 -05:00
utils.py Refactor configuration to use dynaconf 2018-12-20 17:53:11 +01:00
wsgi.py Made dynaconf integration more explicit. 2018-12-20 18:46:02 +01:00