summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.py9
1 files changed, 6 insertions, 3 deletions
diff --git a/config.py b/config.py
index 878c79d..aa5db1b 100644
--- a/config.py
+++ b/config.py
@@ -1,6 +1,9 @@
+# -*- mode: python; -*-
+
+
+# DEBUG = True
SECRET_KEY = "Scooby_Lu,_where_are_you?"
-db_name = "fapg.db"
-SQLALCHEMY_DATABASE_URI = "sqlite:///" + db_name
-SQLALCHEMY_TRACK_MODIFICATIONS = True
+SQLALCHEMY_DATABASE_URI = "sqlite:///" + "fapg.db"
+SQLALCHEMY_TRACK_MODIFICATIONS = True
Copyright 2019--2024 Marius PETER