mirror of
https://github.com/Southampton-RSG/breccia-mapper.git
synced 2026-03-03 11:27:09 +00:00
refactor(people): Move relationship answers to answer set
Answers to the relationship questions have been moved from the relationship to another model RelationshipAnswerSet. A new answer set is created each time a user answers the relationship questions. Resolves #16 Resolves #17 Resolves #18
This commit is contained in:
2
people/models/__init__.py
Normal file
2
people/models/__init__.py
Normal file
@@ -0,0 +1,2 @@
|
||||
from .person import *
|
||||
from .relationship import *
|
||||
Reference in New Issue
Block a user