|
a4d92a6a30
|
Replaced the function-based my_account_form and my_account_store views with the class-based MyAccountFormView view in the Mia core application.
|
2020-08-15 01:05:21 +08:00 |
|
|
c353e17db2
|
Combined the create and store URL, and the edit and update URL of the users to simplify the URL pattern settings, because they are handled by the same view now in the Mia core application application.
|
2020-08-14 00:53:10 +08:00 |
|
依瑪貓
|
3c655b8f87
|
Added my own base FormView, and replaced the current function-based user form views with a new UserFormView that based on my base FormView in the Mia core application. I do not know if I am doing the right thing.
|
2020-08-13 15:43:04 +08:00 |
|
|
5fc337b39d
|
Moved the logout URL from the site URL patterns to the URL patterns of Mia core application, reduced the dependency from the site settings to the Mia core application.
|
2020-08-12 08:08:01 +08:00 |
|
|
a229f8a3f6
|
Added the user's own account management in the Mia core application.
|
2020-08-09 23:46:08 +08:00 |
|
|
b2aad32579
|
Added to delete a user account in the Mia core application.
|
2020-08-09 22:53:56 +08:00 |
|
|
1c67d0f5ac
|
Removed a TODO in the URL patterns of the Mia core application.
|
2020-08-09 22:42:02 +08:00 |
|
|
c19c6c4b1e
|
Added to store the user account in the Mia core application.
|
2020-08-09 22:41:22 +08:00 |
|
|
d7ddee340b
|
Added the user form, and revised the text in the user list and user detail in the Mia core application.
|
2020-08-09 22:08:15 +08:00 |
|
|
c500f15945
|
Added the user details in the Mia core application.
|
2020-08-09 20:47:53 +08:00 |
|
|
229ce011b5
|
Removed a TODO from the URL patterns in the Mia core application.
|
2020-08-09 20:38:48 +08:00 |
|
|
2a6d3ff4cb
|
Added the user list in the Mia core application.
|
2020-08-09 20:22:37 +08:00 |
|
|
062e3f5c93
|
Added the URL for the user management and apply them to the base template.
|
2020-08-09 19:33:52 +08:00 |
|