Hi, It looks like with get_model() you’ve gotten Model class not Model instance. You can use `save()` on instance only. You need to have something like:
class_ = get_model(…) instance = class_() instance.save() I hope that make sense to you. Regards, C. > On Jan 23, 2018, at 7:43 PM, Tom Tanner <dontsendemailher...@gmail.com> wrote: > > get_model -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/97F60EEB-4048-4FD1-9535-C05F1C32ABB6%40gmail.com. For more options, visit https://groups.google.com/d/optout.