Skip to content

Commit

Permalink
Minor changes
Browse files Browse the repository at this point in the history
  • Loading branch information
VaibhavArora314 committed Mar 3, 2023
1 parent 4cc72bb commit d31c353
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
Binary file modified backend/__pycache__/settings.cpython-38.pyc
Binary file not shown.
12 changes: 6 additions & 6 deletions backend/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -84,12 +84,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',
# }
# }

DATABASES = {'default': dj_database_url.config(default=os.environ['DATABASE_URL'], engine='django.db.backends.postgresql')}

Expand Down

0 comments on commit d31c353

Please sign in to comment.