Skip to content

Instantly share code, notes, and snippets.

@harshvb7
Created February 18, 2017 18:26
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save harshvb7/ae0219dc42e90693f8b786ecf1afb74a to your computer and use it in GitHub Desktop.
Save harshvb7/ae0219dc42e90693f8b786ecf1afb74a to your computer and use it in GitHub Desktop.
from .settings import * # NOQA
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': ':memory:'
}
}
EMAIL_BACKEND = 'django.core.mail.backends.locmem.EmailBackend'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment