move anatomy structure to atlas
This commit is contained in:
@@ -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()
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user