Fixes: 1) Correct import path for DEBUG, EVIBES_VERSION, and SECRET_KEY in drf.py;
Extra: N/A;
This commit is contained in:
parent
adfffee0a3
commit
5522e494c4
1 changed files with 1 additions and 1 deletions
|
|
@ -3,7 +3,7 @@ from os import getenv
|
|||
|
||||
from django.utils.translation import gettext_lazy as _
|
||||
|
||||
from evibes.settings import DEBUG, EVIBES_VERSION, SECRET_KEY
|
||||
from evibes.settings.base import DEBUG, EVIBES_VERSION, SECRET_KEY
|
||||
from evibes.settings.constance import CONSTANCE_CONFIG
|
||||
|
||||
REST_FRAMEWORK: dict = {
|
||||
|
|
|
|||
Loading…
Reference in a new issue