Skip to content

Commit

Permalink
bugfix database rotation
Browse files Browse the repository at this point in the history
  • Loading branch information
chenyuan99 committed Nov 14, 2024
1 parent 171f6d7 commit 07e1ef3
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Music_Therapy_API/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -110,12 +110,12 @@
# Database
# https://docs.djangoproject.com/en/4.1/ref/settings/#databases

# DATABASES = {
# 'default': {
# 'ENGINE': 'django.db.backends.sqlite3',
# 'NAME': BASE_DIR / 'db.sqlite3',
# }
# }
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
}


# Password validation
Expand Down

0 comments on commit 07e1ef3

Please sign in to comment.