Django superuser privileges
I am following Vincent's book, Django for Beginners, and I am on chapter 14. I have followed all the tutorial code to create a superuser and have granted it all of the permissions in the admin panel. However, when logged in as the superuser I am not able to delete or edit the posts of other users. Should the superuser be able to do this?
Thank you for any insight.