Move relevant fields and create migration to autogen cable types

This commit is contained in:
2020-02-18 17:00:46 +00:00
parent ae151ed45e
commit 386fec1f01
8 changed files with 145 additions and 22 deletions

View File

@@ -92,7 +92,7 @@ class Command(BaseCommand):
csa=random.choice(csas),
length=random.choice(lengths),
circuits=random.choice(circuits),
cores=random.choice(circuits)
cores=random.choice(cores)
)
if i % 5 == 0: