fix: add snek.d* to gitignore and set default sqlite db path in app init
This commit is contained in:
+1
-1
@@ -107,7 +107,7 @@ class Application(BaseApplication):
|
||||
return await super().render_template(template, request, context)
|
||||
|
||||
|
||||
app = Application()
|
||||
app = Application(db_path="sqlite:///snek.db")
|
||||
|
||||
if __name__ == "__main__":
|
||||
|
||||
|
||||
Reference in New Issue
Block a user