Skip to content

Instantly share code, notes, and snippets.

@eupharis
Last active December 27, 2015 15:09
Show Gist options
  • Save eupharis/7345835 to your computer and use it in GitHub Desktop.
Save eupharis/7345835 to your computer and use it in GitHub Desktop.
faster django tests
if 'test' in sys.argv:
DATABASES['default']['ENGINE'] = 'django.db.backends.sqlite3'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment