News

There are several ways to implement this in Django – Ceate a single user model with a user_type field that defines the type of user – Use Boolean Fields – Concrete models Dare i say Django ...