Commit Graph

11 Commits

Author SHA1 Message Date
依瑪貓 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
imacat 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
imacat a229f8a3f6 Added the user's own account management in the Mia core application. 2020-08-09 23:46:08 +08:00
imacat b2aad32579 Added to delete a user account in the Mia core application. 2020-08-09 22:53:56 +08:00
imacat 1c67d0f5ac Removed a TODO in the URL patterns of the Mia core application. 2020-08-09 22:42:02 +08:00
imacat c19c6c4b1e Added to store the user account in the Mia core application. 2020-08-09 22:41:22 +08:00
imacat 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
imacat c500f15945 Added the user details in the Mia core application. 2020-08-09 20:47:53 +08:00
imacat 229ce011b5 Removed a TODO from the URL patterns in the Mia core application. 2020-08-09 20:38:48 +08:00
imacat 2a6d3ff4cb Added the user list in the Mia core application. 2020-08-09 20:22:37 +08:00
imacat 062e3f5c93 Added the URL for the user management and apply them to the base template. 2020-08-09 19:33:52 +08:00