diff --git a/assets/pasted-20251121-165555-7485ce01.png b/assets/pasted-20251121-165555-7485ce01.png new file mode 100644 index 0000000..f1992d1 Binary files /dev/null and b/assets/pasted-20251121-165555-7485ce01.png differ diff --git a/assets/pasted-20251121-170044-1e327a41.png b/assets/pasted-20251121-170044-1e327a41.png new file mode 100644 index 0000000..d72376a Binary files /dev/null and b/assets/pasted-20251121-170044-1e327a41.png differ diff --git a/assets/pasted-20251121-170343-31e8648f.png b/assets/pasted-20251121-170343-31e8648f.png new file mode 100644 index 0000000..e0738b7 Binary files /dev/null and b/assets/pasted-20251121-170343-31e8648f.png differ diff --git a/assets/pasted-20251121-170801-c7b6de55.png b/assets/pasted-20251121-170801-c7b6de55.png new file mode 100644 index 0000000..8894dd0 Binary files /dev/null and b/assets/pasted-20251121-170801-c7b6de55.png differ diff --git a/config/__pycache__/settings.cpython-311.pyc b/config/__pycache__/settings.cpython-311.pyc index a3bee3f..52289eb 100644 Binary files a/config/__pycache__/settings.cpython-311.pyc and b/config/__pycache__/settings.cpython-311.pyc differ diff --git a/config/settings.py b/config/settings.py index 7253f29..29e50d0 100644 --- a/config/settings.py +++ b/config/settings.py @@ -27,14 +27,8 @@ ALLOWED_HOSTS = [ ] CSRF_TRUSTED_ORIGINS = [ - origin for origin in [ - os.getenv("HOST_FQDN", ""), - os.getenv("CSRF_TRUSTED_ORIGIN", "") - ] if origin -] -CSRF_TRUSTED_ORIGINS = [ - f"https://{host}" if not host.startswith(("http://", "https://")) else host - for host in CSRF_TRUSTED_ORIGINS + f"https://{os.getenv('HOST_FQDN', '')}", + "https://*.appwizzy.dev", ] # Cookies must always be HTTPS-only; SameSite=Lax keeps CSRF working behind the proxy. @@ -144,7 +138,8 @@ USE_TZ = True # https://docs.djangoproject.com/en/5.2/howto/static-files/ STATIC_URL = 'static/' -STATIC_ROOT = BASE_DIR / 'static' +STATICFILES_DIRS = [BASE_DIR / 'static'] +STATIC_ROOT = BASE_DIR / 'staticfiles' # Email EMAIL_BACKEND = os.getenv( diff --git a/core/templates/core/index.html b/core/templates/core/index.html index f3d112c..cea3883 100644 --- a/core/templates/core/index.html +++ b/core/templates/core/index.html @@ -14,23 +14,17 @@
Use the left and right arrow keys to move your character.
+Catch as many oranges as you can before you run out of lives!
+Use the left and right arrow keys to move your character.
-Catch as many oranges as you can before you run out of lives!
-