I am working with some models in Django.
Django
my models.py:
models.py
class Industry(models.Model): user = models.OneToOneField(myCustom