This website requires JavaScript.
Explore
Help
Sign In
imacat
/
mia-accounting-django
Watch
1
Star
0
Fork
0
You've already forked mia-accounting-django
Code
Issues
Pull Requests
Projects
Releases
4
Wiki
Activity
68cf985671
mia-accounting-django
/
accounting
History
依瑪貓
68cf985671
Changed the decorator from @require_http_methods to @require_GET in the accounting module
2020-07-06 21:36:31 +08:00
..
migrations
Added the accounting application.
2020-06-29 19:41:52 +08:00
templates
/accounting
Fixed the template of the accounting cash report.
2020-07-02 09:53:15 +08:00
__init__.py
Added the accounting application.
2020-06-29 19:41:52 +08:00
admin.py
Added the accounting models to the administration.
2020-06-30 05:41:41 +08:00
apps.py
Added the accounting application.
2020-06-29 19:41:52 +08:00
models.py
Applied the User model to the data models in the accounting application. Changed the primary keys of the accounting application to positive integers.
2020-07-06 00:09:26 +08:00
tests.py
Added the accounting application.
2020-06-29 19:41:52 +08:00
urls.py
Revised the code according to the PyCharm and PEP8 inspection.
2020-07-02 09:45:11 +08:00
utils.py
Revised the code according to the PyCharm and PEP8 inspection.
2020-07-02 09:45:11 +08:00
views.py
Changed the decorator from @require_http_methods to @require_GET in the accounting module
2020-07-06 21:36:31 +08:00