hi sir,
i am trying to implement a profile view(or profile page) in the app. The author should be able to update his content as well as see his created and attempted quizzes,where as a nonauthor (a user who is not author) shouldn’t be able to but see all the author’s content.
Jatin sir used mixins for creating profiles,but my code works fine too. Can u plz point if it is correct approach?(under users/views.py and users/templates/users/profile.html)
and if it not then plz point out the threats.
here is the link to code.