Cables can now be created.

This commit is contained in:
Matthew Smith
2019-10-08 01:33:38 +01:00
parent 98b9697366
commit fe1541acbf
5 changed files with 58 additions and 40 deletions

View File

@@ -21,7 +21,7 @@ class Command(BaseCommand):
self.delete_objects(models.AssetCategory)
self.delete_objects(models.AssetStatus)
self.delete_objects(models.Supplier)
self.delete_objects(models.Collection)
self.delete_objects(models.Connector)
self.delete_objects(models.Asset)
def delete_objects(self, model):