mia-accounting-django/mia_core
2020-09-06 22:08:33 +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
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 Added the parse_date() utility to the Mia core application. 2020-09-03 23:27:44 +08:00
views.py Split BaseModel into RandomPkModel and StampedModel. 2020-08-24 22:52:58 +08:00