From 4109f47b7d79f0a0f0d7f88b8213989ae947e411 Mon Sep 17 00:00:00 2001 From: XD-DENG Date: Sat, 1 Jul 2017 22:18:33 +0800 Subject: [PATCH] Minor changes --- README.md | 4 +++- database_file/users.db | Bin 12288 -> 12288 bytes templates/index.html | 1 + 3 files changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index b71e3da..57612ba 100644 --- a/README.md +++ b/README.md @@ -16,6 +16,8 @@ The main purpose is to introduce how to implement the essential elements in web - Interaction with Database (SQLite) +- Invoking static resources + For more basic knowledge of Flask, you can refer to [a tutorial on Tutorialspoint](https://www.tutorialspoint.com/flask/). @@ -38,7 +40,7 @@ There are three tabs in this toy app - **Admin Page**: This part is only open to the user who logged in as "Admin". In this tab, the administrator can manage accounts (list, delete, or add). -A few accounts were set for testing, like ***admin*** (password: admin), ***test_1*** (password: 123456), etc. You can also delete or add accounts after you log in as ***admin***. +A few accounts were set for testing, like ***admin*** (password: admin), ***test*** (password: 123456), etc. You can also delete or add accounts after you log in as ***admin***. diff --git a/database_file/users.db b/database_file/users.db index a1a2f39bfb79513ba55c77e93300890e2c20be2d..c5f84de9378858d22f9c624536779e007fd4b754 100644 GIT binary patch delta 86 zcmZojXh@hK&1gMQ#+lK2W5P0iHf09>Tz=)vJObkUTpr9UqK&*EuE8Ob56C-A&Xu3Z o_MCzL1OM~QJPNn@B{`Ty89|cFoXp~kjxN5QeoPDu3~UiD0P;x{WdHyG delta 86 zcmZojXh@hK&1gAM#+lJ_W5P0iHbn;hTzError Handling
  • Integrating with Bootstrap
  • Interaction with Database (SQLite)
  • +
  • Invoking static resources
  • For more basic knowledge of Flask, you can refer to a tutorial on Tutorialspoint.