mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-05-23 05:07:10 +00:00
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:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user