Skip to content
This repository has been archived by the owner on Oct 8, 2024. It is now read-only.

Commit

Permalink
fix: drop DATABASES override
Browse files Browse the repository at this point in the history
  • Loading branch information
b1rger committed Dec 15, 2023
1 parent ef113a1 commit 6efb7f9
Showing 1 changed file with 0 additions and 11 deletions.
11 changes: 0 additions & 11 deletions discworld/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -93,17 +93,6 @@
WSGI_APPLICATION = 'discworld.wsgi.application'


# Database
# https://docs.djangoproject.com/en/4.2/ref/settings/#databases

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


# Password validation
# https://docs.djangoproject.com/en/4.2/ref/settings/#auth-password-validators

Expand Down

0 comments on commit 6efb7f9

Please sign in to comment.