mirror of
https://gitlab.com/megazordpobeda/DataRush.git
synced 2026-06-10 08:02:32 +00:00
10 lines
162 B
Python
10 lines
162 B
Python
import contextlib
|
|
|
|
from django.apps import AppConfig
|
|
from django.core.cache import cache
|
|
|
|
|
|
class CoreConfig(AppConfig):
|
|
name = "apps.core"
|
|
label = "core"
|