change database in test file
This commit is contained in:
parent
5fdc035718
commit
abf0abfb93
1 changed files with 1 additions and 1 deletions
|
@ -5,7 +5,7 @@ machine:
|
|||
version: 5.11.1
|
||||
environment:
|
||||
DEBUG: true
|
||||
DATABASE_URL: postgres://localhost/static-share
|
||||
DATABASE_URL: sqlite://./database.db
|
||||
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
|
||||
SECRET_KEY: 123
|
||||
IN_TEST: true
|
||||
|
|
Reference in a new issue