skillbox/server/assignments
Ramon Wenger 66dc8708b6 Use Autocomplete fields instead of SearchFields
The `SearchField(partial_match=True)` does not what we intended it to do
2023-12-11 16:44:34 +01:00
..
management Add command to export assignments 2021-10-18 15:38:57 +02:00
migrations Change ParentalKey relation back to old ForeignKey to prevent deletion 2023-05-04 14:31:09 +02:00
schema Fix student submission page error 2022-08-22 21:12:25 +02:00
tests Add pytest dependency to project, also add config 2023-05-30 16:30:28 +02:00
__init__.py Add assignment app 2018-09-27 11:50:37 +02:00
admin.py Add command to export assignments 2021-10-18 15:38:57 +02:00
apps.py Add assignment app 2018-09-27 11:50:37 +02:00
factories.py Add mutations and tests 2019-11-13 16:29:53 +01:00
helpers.py Add command to export assignments 2021-10-18 15:38:57 +02:00
models.py Use Autocomplete fields instead of SearchFields 2023-12-11 16:44:34 +01:00
views.py Add assignment app 2018-09-27 11:50:37 +02:00
wagtail_hooks.py Fix some issues with SurveyJS 2022-10-27 14:47:05 +02:00