instance.__dict__
# create instance of model m = MyModel(**data_dict) # don't forget to save to database! m.save()