Minor changes
This commit is contained in:
@@ -16,6 +16,8 @@ The main purpose is to introduce how to implement the essential elements in web
|
|||||||
|
|
||||||
- Interaction with Database (SQLite)
|
- 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/).
|
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).
|
- **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***.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Binary file not shown.
@@ -12,6 +12,7 @@
|
|||||||
<li>Error Handling</li>
|
<li>Error Handling</li>
|
||||||
<li>Integrating with Bootstrap</li>
|
<li>Integrating with Bootstrap</li>
|
||||||
<li>Interaction with Database (SQLite)</li>
|
<li>Interaction with Database (SQLite)</li>
|
||||||
|
<li>Invoking static resources</li>
|
||||||
</ul>
|
</ul>
|
||||||
|
|
||||||
<p>For more basic knowledge of Flask, you can refer to <a href="https://www.tutorialspoint.com/flask/">a tutorial on Tutorialspoint</a>.</p>
|
<p>For more basic knowledge of Flask, you can refer to <a href="https://www.tutorialspoint.com/flask/">a tutorial on Tutorialspoint</a>.</p>
|
||||||
|
|||||||
Reference in New Issue
Block a user