Add YAML env variables support to platform app

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2019-07-10 00:34:09 -04:00
parent 91b0b2d9c3
commit 78a0189e1c
4 changed files with 58 additions and 28 deletions

View File

@@ -36,6 +36,8 @@ Changes
- Move bootstrapped settings code to their own module in the smart_settings apps.
- Remove individual database configuration options. All database configuration
is now done using MAYAN_DATABASES to mirror Django way of doing database setup.
- Added support for YAML encoded environment variables to the platform
templates apps.
Removals
--------