JD-666 / wwsc

forum based website
Apache License 2.0
0 stars 0 forks source link

User deletes account #43

Open JD-666 opened 7 years ago

JD-666 commented 7 years ago

some views get_object_or_404() on a User object. If the User deletes their account, make sure these views don't all start failing.

Perhaps have user deletion cascade to all associated objects? Perhaps these views each individually gracefully handle the situation. (I like this one)