mia-accounting-django/mia_core
2020-07-28 20:14:55 +08:00
..
static/mia_core Employed a regular expression pattern in the PeriodConverter to check the period format first. 2020-07-23 22:13:17 +08:00
templates/mia_core/include Employed a regular expression pattern in the PeriodConverter to check the period format first. 2020-07-23 22:13:17 +08:00
templatetags Removed an excess trailing blank line in the Mia core application. 2020-07-28 20:14:55 +08:00
__init__.py Added the mia_core package. 2020-07-01 23:34:22 +08:00
admin.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
apps.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
digest_auth.py Revised the documentation. 2020-07-08 07:24:36 +08:00
models.py Removed the default order of the users and the countries in the Mia core application. 2020-07-21 21:24:36 +08:00
period.py Added PeriodConverter to convert a period specification to a period, and applied it in the URL patterns. 2020-07-21 22:05:39 +08:00
status.py Added the error_redirect() utility, and revised the documentation of the stored status utilities in the Mia core application. 2020-07-28 20:01:58 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
utils.py Fixed the UrlBuilder utility to allow dummy parameter value that is None in the Mia core application. 2020-07-24 07:25:30 +08:00
views.py Revised the TODO view to accept additional arguments in the Mia core application. 2020-07-14 09:59:56 +08:00