I've been hitting my head for the best way to implement this. I want to create two user type in my django site: Free and Premium users. Both users will register through the same registration form and login through the same login form. But will be able to view different content. Do you think @user_passes_test will be the best for this? Or what is the best way to implement this?I've been hitting my head for the best way to i