diff --git a/app.py b/app.py index 0d5c2f6..07bee7a 100644 --- a/app.py +++ b/app.py @@ -40,7 +40,7 @@ def after_request(response): # Configure session to use filesystem (instead of signed cookies) -#app.config["SESSION_FILE_DIR"] = mkdtemp() +# app.config["SESSION_FILE_DIR"] = mkdtemp() # only remove comment when testing locally for benefit of temp directories app.config["SESSION_PERMANENT"] = False app.config["SESSION_TYPE"] = "filesystem" Session(app) diff --git a/docs/budgets.gif b/docs/budgets.gif new file mode 100644 index 0000000..fab96d3 Binary files /dev/null and b/docs/budgets.gif differ diff --git a/docs/dashboard.gif b/docs/dashboard.gif new file mode 100644 index 0000000..089244d Binary files /dev/null and b/docs/dashboard.gif differ diff --git a/docs/expensing.gif b/docs/expensing.gif new file mode 100644 index 0000000..57e098c Binary files /dev/null and b/docs/expensing.gif differ diff --git a/docs/reports.gif b/docs/reports.gif new file mode 100644 index 0000000..10a01e1 Binary files /dev/null and b/docs/reports.gif differ