FOSSEE / workshop_booking

Workshop booking interface in Django.
GNU General Public License v3.0
2 stars 11 forks source link

Handle No user profile exceptions. #15

Closed maheshgudi closed 6 years ago

maheshgudi commented 7 years ago

If a user doesnt have a profile, the website raises an error. Please handle this. If a user has an account but doesnt have a profile(for eg - admin and in future, users integrated from google and facebook OAuth) it should redirect to edit profile page.