remove double definition

This commit is contained in:
Matthias 2022-04-01 23:57:49 +02:00
parent 57f9ef75e9
commit 80fa8f6d18
No known key found for this signature in database
GPG Key ID: F50EF5741D33E076

View File

@ -304,9 +304,6 @@ class Contact(models.Model):
role = models.CharField(max_length=100, blank=True)
company = models.ForeignKey(Company, related_name='contacts',
on_delete=models.CASCADE)
class ManufacturerPart(models.Model):
""" Represents a unique part as provided by a Manufacturer