want to use django to develop a resume recruitment system, ask which corporate member and individual member. Is it better to use one User model or to design two?
I have now created a new users app,
class User (AbstractUser):
xxx
then the next step. Both corporate and individual members use this one to design?
still have to go and set up another users app?
do you have any good ideas?
develop two different types of membership systems for the first time. Not really.