mia-accounting-django/mia_core
2020-07-07 22:52:29 +08:00
..
templates/mia_core Changed the pagination template variable to pagination_links. 2020-07-07 22:50:57 +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 Added to log out the current user. 2020-07-06 23:04:14 +08:00
models.py Added the User and Country models to mia_core. 2020-07-05 23:40:12 +08:00
templatefilters.py Revised the code according to the PyCharm and PEP8 inspection. 2020-07-02 09:45:11 +08:00
templatetags.py Added the setvar template tag to the Mia core. 2020-07-01 23:35:04 +08:00
tests.py Added the mia_core application. 2020-07-04 08:17:08 +08:00
utils.py Fixed the documentation of Pagination. 2020-07-07 22:52:29 +08:00
views.py Added documentation to the utilities and views of the Mia Core application. 2020-07-07 20:49:31 +08:00