skillbox/server/surveys
Ramon Wenger 496ff5bc16 Switch PROTECT to CASCADE on module-related models
Relates to MS-830
2024-05-02 15:36:52 +02:00
..
migrations Change ParentalKey relation back to old ForeignKey to prevent deletion 2023-05-04 14:31:09 +02:00
__init__.py Add initial implementation of survey model 2019-06-20 14:51:43 +02:00
admin.py Fix some issues with SurveyJS 2022-10-27 14:47:05 +02:00
apps.py Add initial implementation of survey model 2019-06-20 14:51:43 +02:00
factories.py Add example survey data 2020-10-20 10:28:01 +02:00
inputs.py Add answers to surveys 2019-06-27 17:56:29 +02:00
models.py Switch PROTECT to CASCADE on module-related models 2024-05-02 15:36:52 +02:00
mutations.py Add model and mutation for adding notes 2019-10-10 09:48:38 +02:00
schema.py Use title inside of survey data instead of admin title for user display 2024-03-28 17:08:09 +01:00
tests.py Add initial implementation of survey model 2019-06-20 14:51:43 +02:00
views.py Add initial implementation of survey model 2019-06-20 14:51:43 +02:00
wagtail_hooks.py Fix some issues with SurveyJS 2022-10-27 14:47:05 +02:00