Hi! Thanks to Rathank for this wonderful course that fascinates me. I'm on the REST Framework & Serializers section and I have a concern.
I subscribed to your course on the complex Restaurant application and understood how you integrated a Custom User Model.
My question is, if we're using REST Framework & Serializers and we're not required to use a Custom User Model, isn't it necessary to establish Django's User Model in the model.py file? Because I notice that you've established the User model in a different way in the serializer.py file in the accounts application.
@oswaldjchrisgmail-comIn the Building a Multivendor Marketplace Platform with Python Django project, our main focus is on teaching Django. While we introduce complex concepts like the custom user model, we simplify the Django portion in this course so that students can focus on machine learning without being overwhelmed by Django's complexities.
However, you are welcome to implement a custom user model and adjust your serializers to meet your specific needs.
😉Thanks teacher, I passed the custom user model with the DRF, I'm continuing the course.