move anatomy structure to atlas

This commit is contained in:
Ross
2024-01-10 23:12:38 +00:00
parent 087b29f0b4
commit 298cfe391c
7 changed files with 28 additions and 71 deletions
+2 -2
View File
@@ -54,9 +54,9 @@ def create_exam(db):
def create_structures(db):
structure = Structure.objects.create(structure="test structure")
structure = Structure.objects.create(name="test structure")
structure.save()
structure = Structure.objects.create(structure="test structure 2")
structure = Structure.objects.create(name="test structure 2")
structure.save()