Private
Public Access
1
0

adding poll for next week sessions

This commit is contained in:
2025-07-20 16:15:15 +02:00
parent 5b6e87fedd
commit 01d4cf659e
8 changed files with 253 additions and 2 deletions

View File

@@ -31,7 +31,8 @@ BASE_DIR = os.path.dirname(os.path.dirname(os.path.abspath(__file__)))
# SECURITY WARNING: keep the secret key used in production secret!
SECRET_KEY = CFG['secret_key']
DEEP_WATER_SECRET_KEY = CFG['deep_water_secret_key']
DEEP_WATER_URL = CFG['deep_water_url']
# SECURITY WARNING: don't run with debug turned on in production!
DEBUG = False