mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-22 07:52:15 +00:00
Move relevant fields and create migration to autogen cable types
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user