From abf0abfb93abfde425643406f20ef3941f318f2c Mon Sep 17 00:00:00 2001 From: TheOrangeOne Date: Tue, 6 Sep 2016 17:55:12 +0100 Subject: [PATCH] change database in test file --- circle.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/circle.yml b/circle.yml index 8f116c5..4539b28 100644 --- a/circle.yml +++ b/circle.yml @@ -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