when using with latest django version its having some issue with ForeignKey , I corrected it with adding ' on_delete = models.CASCADE' to model field.