2
0
mirror of https://expo.survex.com/repositories/troggle/.git synced 2025-12-15 11:57:12 +00:00

EPOCH = 1970-01-01

This commit is contained in:
2023-09-07 21:47:02 +03:00
parent 1631111a7f
commit 8b76cad15a
3 changed files with 12 additions and 9 deletions

View File

@@ -1,4 +1,6 @@
import sys
from datetime import date
"""
Django settings for troggle project.
@@ -23,7 +25,9 @@ if 'runserver' in sys.argv:
DEVSERVER = True
else:
DEVSERVER = False
EPOCH = date.fromisoformat('1970-01-01')
# default value, then gets overwritten by real secrets
SECRET_KEY = "not-the-real-secret-key-a#vaeozn0---^fj!355qki*vj2"