Relative Content

Tag Archive for djangodjango-modelsserializationdjoser

Django Profile Page Not Displaying Related Worker Information with Djoser

I’m working on a Django application where users can be either normal app users or workers with additional details. I’m using Djoser for user authentication and registration. I’m having trouble with my profile page, which is supposed to display both user and worker information, but it only shows user information.