TransparentHealth / smh_app

Share My Health App: An application for Community Members and Community Based Organizations
Apache License 2.0
2 stars 3 forks source link

[Create Member] 500 error when the username already exists #67

Closed sharrisoncaktus closed 5 years ago

sharrisoncaktus commented 5 years ago

User.objects.get(username="...").delete() does not solve this issue, so the username is being reserved somewhere else in the system.

(Probably in the VMI and/or sharemyhealth API databases...)