The Mia! Accounting Django Project https://accounting-django.imacat.idv.tw
Go to file
2020-08-17 22:41:37 +08:00
accounting Replaced the get_absolute_url() method in the account data model with the get_success_url() method in the account form model, and added the current application to the arguments to enable multiple instances of the application in the accounting application. 2020-08-17 22:27:54 +08:00
mia_core Replaced the get_absolute_url() method in the user data model with the get_success_url() method in the user and my account form model, and added the current application to the arguments to enable multiple instances of the application in the accounting application. 2020-08-17 22:41:37 +08:00
.gitignore Added the django_digest and test_app to .gitignore. 2020-08-11 08:10:24 +08:00