tmarkec / take_a_hike

0 stars 1 forks source link

Admin can remove users #14

Closed tmarkec closed 1 year ago

tmarkec commented 1 year ago

As a site owner I want to be able to delete user so that I can receive several benefits such as: manage my data, reduce liability , resource optimization etc...

tmarkec commented 1 year ago

Acceptance criteria:

  1. As a admin logged in admin panel django-all-auth folder is displayed with all users
  2. When clicked on folder all users are shown to admin
  3. Admin can pick user and delete the same one

Tasks 1.Create super user for admin panel