mia-accounting/tests/test_site
2023-04-26 13:23:23 +08:00
..
static Added the SVG favicon from Font Awesome 6 to the test site. 2023-03-20 08:41:37 +08:00
templates Added the sample data generation and database reset on the test site for live demonstration. 2023-04-12 18:05:13 +08:00
translations Updated the translation of the test site. 2023-04-12 18:05:13 +08:00
__init__.py Added the sample data generation and database reset on the test site for live demonstration. 2023-04-12 18:05:13 +08:00
auth.py 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
lib.py Revised the way to import from the datetime package, to avoid name conflict with the common "date" and "time" names. 2023-04-26 13:17:31 +08:00
locale.py Renamed the project from "Mia! Accounting Flask" to "Mia! Accounting". 2023-04-04 18:26:54 +08:00
reset.py Renamed the "j_date" variable to "date" in the "__add_usd_recurring" method of the SampleData class in the reset module of the test site. 2023-04-26 13:23:23 +08:00