Initial deploy setup
deploy / deploy (push) Canceled after 0s

This commit is contained in:
Jens
2026-07-21 14:00:00 +02:00
commit b8091e59bd
285 changed files with 27854 additions and 0 deletions
+12
View File
@@ -0,0 +1,12 @@
from __future__ import annotations
from typing import Any
from django.http import HttpRequest
def navigation_context(request: HttpRequest) -> dict[str, Any]:
return {
"app_name": "VacatureRadar",
"app_version": "0.1.0",
}