Skip to content

Instantly share code, notes, and snippets.

@brunomichetti
Created July 1, 2022 15:48
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 brunomichetti/d8b11aaf60542a7fd475c1917e13f992 to your computer and use it in GitHub Desktop.
Save brunomichetti/d8b11aaf60542a7fd475c1917e13f992 to your computer and use it in GitHub Desktop.
DATABASES = {
'default': {
'ENGINE': '<engine>',
'NAME': '<database name>',
'USER': '<database user>',
...
},
...
'TEST': {
# testing database customization here
'NAME': '<your testing database name>',
# some other customization, for example the user user, password, etc
},
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment