mia-accounting-django/mia_core
2020-10-20 22:51:00 +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
management/commands Moved the make_trans management command to the Mia core application. 2020-09-02 23:06:37 +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 Removed an unused import from the accounting_accounts management command in the Mia core application. 2020-09-06 22:08:33 +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 Revised the code to deal with the current user in the data models, so that the currently logged-in user can be supplied in the initial data. 2020-08-25 07:47:20 +08:00
period.py Revised the code as suggested by PyCharm. 2020-08-13 10:17:52 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
utils.py Simplified the stored post forms in a way that only store one form for use at once, like PHP Laravel, and merge it to the Mia core utilities in the Mia core application. 2020-10-20 22:51:00 +08:00
views.py Simplified the stored post forms in a way that only store one form for use at once, like PHP Laravel, and merge it to the Mia core utilities in the Mia core application. 2020-10-20 22:51:00 +08:00