adamspd / django-appointment

A Django app for managing appointment scheduling with ease and flexibility.
Apache License 2.0
89 stars 30 forks source link

Fix create_user() got an unexpected keyword argument 'username' error #145

Closed adamspd closed 3 months ago

adamspd commented 3 months ago

Describe the bug When User model is customized and only take email as username to login an error is thrown when finishing scheduling an appointment : create_user() got an unexpected keyword argument 'username'