Added django-simple-history library

This commit is contained in:
Keannu Christian Bernasol 2023-03-19 20:53:34 +08:00
parent c68ed63674
commit 869d8db7dc
3 changed files with 11 additions and 2 deletions

View file

@ -26,7 +26,7 @@ BASE_DIR = Path(__file__).resolve().parent.parent
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = os.environ.get('SECRET_KEY')
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = True
DEBUG = False
ALLOWED_HOSTS = []