Hi i will create a soft for my isp i would like to use django . i have one question i need some tips:
my db is mysql
- i got a clients table, that table have like 15 custom fields
- i got admin table
- app will have admin dashboard and another for client like /admin and /client
should i use only one 'users' table? and got another like user_details(table will have the 15 custom fields of clients) linked to user_id ? whats the best approach for me?
thank you