study introduced as a concept - every StudySubject should be assigned to study
parent
be75c1e1
No related branches found
No related tags found
Showing
- smash/web/migrations/0071_auto_20171130_1607.py 53 additions, 0 deletionssmash/web/migrations/0071_auto_20171130_1607.py
- smash/web/models/__init__.py 2 additions, 1 deletionsmash/web/models/__init__.py
- smash/web/models/constants.py 5 additions, 1 deletionsmash/web/models/constants.py
- smash/web/models/study.py 15 additions, 0 deletionssmash/web/models/study.py
- smash/web/models/study_subject.py 6 additions, 0 deletionssmash/web/models/study_subject.py
- smash/web/tests/forms/test_StudySubjectAddForm.py 5 additions, 1 deletionsmash/web/tests/forms/test_StudySubjectAddForm.py
- smash/web/tests/functions.py 14 additions, 1 deletionsmash/web/tests/functions.py
- smash/web/tests/models/test_study.py 14 additions, 0 deletionssmash/web/tests/models/test_study.py
- smash/web/views/subject.py 2 additions, 0 deletionssmash/web/views/subject.py
smash/web/models/study.py
0 → 100644
smash/web/tests/models/test_study.py
0 → 100644
Please register or sign in to comment