Merge branch 'master' into 'feature/auth'

# Conflicts:
#   services/backend/api/v1/router.py
#   services/backend/apps/core/apps.py
#   services/backend/config/settings.py
#   tests/README.md
This commit is contained in:
Timur
2025-02-28 21:29:59 +00:00
3 changed files with 3 additions and 8 deletions
+2 -3
View File
@@ -4,12 +4,11 @@ from ninja import NinjaAPI
from api.v1 import handlers
from api.v1.ping.views import router as ping_router
from api.v1.users.views import router as users_router
router = NinjaAPI(
title="project_name API",
title="DataRush API",
version="1",
description="API docs for project_name",
description="API docs for DataRush",
openapi_url="/docs/openapi.json",
)
-4
View File
@@ -7,7 +7,3 @@ from django.core.cache import cache
class CoreConfig(AppConfig):
name = "apps.core"
label = "core"
def ready(self) -> None:
with contextlib.suppress(Exception):
cache.add("current_date", 0, timeout=None)
+1 -1
View File
@@ -16,4 +16,4 @@ image here
## Running e2e tests
See [tests/e2e/README.md](e2e/README.md).
See [tests/e2e/README.md](./e2e/README.md).