mia-accounting-django/mia_core
2020-08-24 22:26:07 +08:00
..
locale/zh_Hant/LC_MESSAGES Moved the local part of the application from the Mia core application to the Mia Womb local application. 2020-08-18 00:37:04 +08:00
static/mia_core Moved the local part of the application from the Mia core application to the Mia Womb local application. 2020-08-18 00:37:04 +08:00
templates/mia_core/include Moved the local part of the application from the Mia core application to the Mia Womb local application. 2020-08-18 00:37:04 +08:00
templatetags Added namespace to the url_period tag in the Mia core application. 2020-08-17 22:51:47 +08:00
__init__.py Added the mia_core package. 2020-07-01 23:34:22 +08:00
apps.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
models.py Replaced the combined localized data models into flexible, separated localized data models and their accompanying localization data models, so that adding new languages works automatically without having to change the data model definitions. 2020-08-24 21:59:50 +08:00
period.py Revised the code as suggested by PyCharm. 2020-08-13 10:17:52 +08:00
stored_post.py Added type hints to the Mia core application. 2020-08-13 08:05:35 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
utils.py Replaced the combined localized data models into flexible, separated localized data models and their accompanying localization data models, so that adding new languages works automatically without having to change the data model definitions. 2020-08-24 21:59:50 +08:00
views.py Moved the database transaction control from the save() method in the data model to the form view, to avoid double transactions. 2020-08-24 22:26:07 +08:00