New initialization command. Creates media/system and populates the SECRET_KEY and VERSION files.

Signed-off-by: Roberto Rosario <roberto.rosario.gonzalez@gmail.com>
This commit is contained in:
Roberto Rosario
2018-04-13 16:04:45 -04:00
parent b165b9a5f2
commit 3e062a5517
3 changed files with 27 additions and 1 deletions

View File

@@ -477,6 +477,7 @@ Other changes worth mentioning
MAYAN_DATABASE_USER, MAYAN_DATABASE_PASSWORD, MAYAN_DATABASE_HOST, MAYAN_DATABASE_PORT,
MAYAN_DEBUG.
- Stricter defaults. CELERY_ALWAYS_EAGER to False, ALLOWED_HOSTS to ['127.0.0.1', 'localhost', '[::1]'].
- New initialization command. Creates media/system and populates the SECRET_KEY and VERSION files.
Removals
--------