[Answer]-Can't make Django Tastypie create resources with deeply related resources 30 December 2023 by thecoderscamp.com 1👍 Try setting: address = models.ForeignKey(LocAddress, db_column='address', null=True, blank=True) 👤sampson-chen [Answer]-Django unable to filter for more than one term Source:stackexchange.com