|
cda9e4e3c6
|
Replaced importing the "typing" module as "t" with importing the individual names in the "typing" module. Since Python 3.9 introduced type hinting generics in standard collections, we do not have as many names to import now. This is also to be consistent with the practices of most major and standard packages and examples.
|
2023-04-26 18:22:45 +08:00 |
|
|
d5c1be3d80
|
Rewrote the data model declaration of the test site with the mapped type hint and the mapped columns in SQLAlchemy 2.0.
|
2023-04-24 14:02:56 +08:00 |
|
|
f6567794e0
|
Added the documentation to the authentication blueprint of the test site.
|
2023-04-24 14:00:32 +08:00 |
|
|
cd039520b6
|
Added permission checks to the reset routes in the test site.
|
2023-04-13 09:54:20 +08:00 |
|
|
fadd8e73b6
|
Revised the log in process of the test site to return to the previous page after logging in.
|
2023-04-11 22:27:11 +08:00 |
|
|
4c2dcc5070
|
Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting".
|
2023-04-04 18:26:54 +08:00 |
|
|
d2f11e8779
|
Replaced the "editor" and "editor2" accounts in the test site with "admin" and "editor", to be clear.
|
2023-03-24 08:53:35 +08:00 |
|
|
7873e16cc3
|
Added the editor2 user to the test site.
|
2023-02-06 23:28:21 +08:00 |
|
|
4aed2f6ba7
|
Renamed the "testsite" application to "test_site".
|
2023-02-03 12:57:53 +08:00 |
|