mia-accounting/tests/test_site
2023-07-29 10:11:45 +08:00
..
static Added the SVG favicon from Font Awesome 6 to the test site. 2023-03-20 08:41:37 +08:00
templates Updated the log in message at the home page, and removed the next URI from the log in link. The next URI is not clear text but encrypted now. There is no need to attach the next URI, as it defaults redirects to the accounting application without the next URI. 2023-07-29 10:11:45 +08:00
translations Updated the translation. 2023-07-29 10:11:45 +08:00
__init__.py Removed unused imports from the test site. 2023-07-29 10:11:45 +08:00
auth.py 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
lib.py Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00
locale.py Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00
reset.py Added missing documentation to the global variables, class properties, and object properties. 2023-07-29 10:11:44 +08:00