Changed DB on CI
This commit is contained in:
parent
74804764fb
commit
3ef3f4dc20
1 changed files with 1 additions and 1 deletions
|
@ -3,7 +3,7 @@ machine:
|
|||
version: 3.4.2
|
||||
environment:
|
||||
DEBUG: true
|
||||
DATABASE_URL: postgres://localhost/theorangeonenet
|
||||
DATABASE_URL: sqlite://~/database.db
|
||||
EMAIL_BACKEND: django.core.mail.backends.console.EmailBackend
|
||||
|
||||
dependencies:
|
||||
|
|
Reference in a new issue