Open Pomax opened 2 years ago
We should be able to clean these up with a simple management command that grabs Profile.objects.filter(...) where we filter on whether or not the associated user account exists, and then delete every orphaned profiled.
Profile.objects.filter(...)
We should be able to clean these up with a simple management command that grabs
Profile.objects.filter(...)
where we filter on whether or not the associated user account exists, and then delete every orphaned profiled.