Re: Permission Denied when Trying to delete User

2010-10-26 Thread Shawn Milochik
Try going into the shell with 'manage.py shell,' import the User model, and attempt to delete that user. See what happens and give us the traceback if it fails and you still don't know why. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group.

Permission Denied when Trying to delete User

2010-10-26 Thread seanz
Adding and changing Users works perfectly. Deleting them on the other hand gives me a page that merely informs me "Permission Denied". I am trying to delete the User with a username that has both staff and superuser permission. I have set the permissions for all django files correctly. One thing th