Fixes: 1) Correct import path for CONSTANCE_CONFIG and EVIBES_VERSION.

This commit is contained in:
Egor Pavlovich Gorbunov 2025-06-23 02:53:30 +03:00
parent 4abb174287
commit 2410f6dd3d

View file

@ -1,4 +1,5 @@
from evibes.settings import CONSTANCE_CONFIG, EVIBES_VERSION
from evibes.settings.base import EVIBES_VERSION
from evibes.settings.constance import CONSTANCE_CONFIG
DAISY_SETTINGS: dict = {
"SITE_LOGO": "/static/favicon.ico",