Fixes: 1) Correct import path for CONSTANCE_CONFIG and EVIBES_VERSION.
This commit is contained in:
parent
4abb174287
commit
2410f6dd3d
1 changed files with 2 additions and 1 deletions
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Reference in a new issue