I am trying to print all model fields and their values as follows
def pretty_print_model_fields(m: Model): if not m: data = None