mia-accounting-django/mia_core
2020-07-06 23:06:45 +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 Revised the documentation. 2020-07-02 00:50:27 +08:00
views.py Renamed the logout_view() function to logout(). 2020-07-06 23:06:45 +08:00