From a684705dbc89ca5b277ad380b7d8f268ae6c6803 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ren=C3=A9=20=27Necoro=27=20Neumann?= Date: Fri, 24 Jul 2020 09:24:50 +0200 Subject: Improved debugging --- settings.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'settings.py') diff --git a/settings.py b/settings.py index 76deacb..5bba9fc 100644 --- a/settings.py +++ b/settings.py @@ -4,6 +4,6 @@ import os SECRET_KEY = os.urandom(42) # database -SQLALCHEMY_DATABASE_URI = "sqlite:///test.sqlite" +SQLALCHEMY_DATABASE_URI = "sqlite:///../test.sqlite" SQLALCHEMY_ECHO = True SQLALCHEMY_TRACK_MODIFICATIONS = False -- cgit v1.2.3