Pēteris Caune 45078e6566
Set the SECRET_KEY default value back to "---"
Previously, I had changed the default value to "", to force
users to set the SECRET_KEY value (the app refuses to start
if SECRET_KEY is empty).

The problem with that is, out of the box, with the default
configuration, the tests also don't run and complain about the
empty SECRET_KEY.

So, a compromise: revert back to the default value "---".
At runtime, if SECRET_KEY has the default value, show a  warning
at the top of every page.
2021-01-28 15:38:14 +02:00
..
2020-04-07 10:08:20 +03:00
2020-04-07 10:08:20 +03:00
2019-05-15 14:27:50 +03:00
2021-01-09 16:52:48 +02:00