diff --git a/backend/app_be/settings.py b/backend/app_be/settings.py index 715c882..3cf6265 100644 --- a/backend/app_be/settings.py +++ b/backend/app_be/settings.py @@ -120,7 +120,7 @@ WSGI_APPLICATION = 'app_be.wsgi.application' DATABASES = { 'default': { 'ENGINE': 'django.db.backends.sqlite3', - 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), + 'NAME': os.path.join(BASE_DIR, 'app_be', 'db', 'db.sqlite3'), } }