Hi there,
I am developing a human resource management system with Django. I’m wondering if I can expand the current primary attributes of the default user to accommodate the bio-data of each employee or should I create an employee model and create a relationship between the user and employee.
I want to do this so I don’t have to enter duplicate data for each user to match employees as all active (employed) staff will be able to access their own profile in the system.
I’m new to Django but not new to SQL.
I’ve looked through forums and SA but couldn’t find the right answer that is doable in Django.
Any help and guidance is highly appreciated.
John