Remove depreciations

This commit is contained in:
Sebastien Corbin
2022-01-17 13:53:52 +01:00
committed by Sébastien Corbin
parent 382c824cca
commit cf9a37a009
7 changed files with 15 additions and 13 deletions

View File

@@ -2,6 +2,8 @@ import os
DEBUG = True
USE_TZ = True
BASE_DIR = os.path.dirname(os.path.dirname(__file__))
SECRET_KEY = 'thisisntactuallysecretatall'