tanzquotient / website

Website of Tanzquotient
https://tanzquotient.org
GNU General Public License v2.0
5 stars 5 forks source link

Separate the code for updating and creating user profiles #194

Closed renatobellotti closed 6 years ago

renatobellotti commented 6 years ago

There should be two functions:

Especially: Remove the function get_or_create_user() in courses/services.py

Reasons:

renatobellotti commented 6 years ago

Also remember to delete the function get_or_create_userprofile() when you're done.

renatobellotti commented 6 years ago

Duplicate of #177