Skip to content

Instantly share code, notes, and snippets.

@codetombomb
Created September 29, 2020 18:48
Show Gist options
  • Save codetombomb/d939d0093f4a3ea099d300cd2d3a8a96 to your computer and use it in GitHub Desktop.
Save codetombomb/d939d0093f4a3ea099d300cd2d3a8a96 to your computer and use it in GitHub Desktop.
Data Base info in settings.py
# Database
# https://docs.djangoproject.com/en/3.1/ref/settings/#databases
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': BASE_DIR / 'db.sqlite3',
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment