commenced DRF efforts w. package installation, creation of apps.api, w. UTs & ITs to ensure core efficacy; core.settings & .urls changed to accomodate
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
Disco DeDisco
2026-02-20 16:37:48 -05:00
parent ed21730a38
commit 9bdc358e59
13 changed files with 149 additions and 0 deletions

View File

@@ -54,8 +54,10 @@ INSTALLED_APPS = [
# Custom apps
'apps.dashboard',
'apps.lyric',
'apps.api',
'functional_tests',
# Depend apps
'rest_framework',
]
# if 'DJANGO_DEBUG_FALSE' not in os.environ: