From 3ef3f4dc2085cb62b8a6455c1e16ea3469181855 Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Sat, 16 Jan 2016 15:53:01 +0000 Subject: [PATCH] Changed DB on CI --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 1271050..2a14fd7 100644 --- a/circle.yml +++ b/circle.yml @@ -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: