diff options
author | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-05-02 14:02:06 +0200 |
---|---|---|
committer | Petr Šmerkl <46304018+SveterCZE@users.noreply.github.com> | 2021-05-02 14:02:06 +0200 |
commit | f3d9e2cefc9141f9ee448a2e2c9f793db1399404 (patch) | |
tree | 4a693e4176025b54285e8ae6abaa04184e77cfcc /app.py | |
parent | 569ee26cab627411126fb20cba7f68fe8bb544e8 (diff) | |
download | justice-f3d9e2cefc9141f9ee448a2e2c9f793db1399404.tar.gz |
minor tweak
Diffstat (limited to 'app.py')
-rw-r--r-- | app.py | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,6 +16,6 @@ app.config['SQLALCHEMY_DATABASE_URI'] = 'sqlite:///justice.db' app.config["SQLALCHEMY_ECHO"] = True app.debug = True # SELECT YOUR OWN SECRET KEY -app.secret_key = "" +app.secret_key = "123456" # toolbar = DebugToolbarExtension(app) db = SQLAlchemy(app)
\ No newline at end of file |