vbv/server/vbv_lernwelt/learnpath
Daniel Egger 2c3b77b0d8 VBV-234: Bugfix neue Seiten im Wagtail erstellen
Der `parent` einer Page ist erst in der `save` Funktion
vorhanden für eine neue Seite. Deshalb muss man das
Überschreiben der `slug` im `save` machen.
2023-04-05 21:43:00 +02:00
..
management Fix test lerngang 2022-09-28 14:52:25 +02:00
migrations Format code 2023-04-03 18:55:05 +02:00
tests Fix cypress tests 2023-04-05 18:49:06 +02:00
__init__.py added learnpath app 2022-03-28 17:41:58 +02:00
admin.py added learnpath app 2022-03-28 17:41:58 +02:00
apps.py Add code formatting with prettier and black 2022-09-30 17:43:06 +02:00
create_vv_learning_path.py Use RichField for circle detail data 2023-03-09 15:30:50 +01:00
create_vv_new_learning_path.py Show only start and stop icon in circle 2023-03-27 11:34:09 +02:00
models.py VBV-234: Bugfix neue Seiten im Wagtail erstellen 2023-04-05 21:43:00 +02:00
models_learning_unit_content.py VBV-304: Add `AssignmentDayBlock` 2023-04-03 18:09:22 +02:00
serializers.py Refactor serialization code 2022-11-09 12:40:00 +01:00
utils.py Add code formatting with prettier and black 2022-09-30 17:43:06 +02:00
views.py Refactor 2022-09-23 15:14:42 +02:00
vv_circle_goals.py Use RichField for circle detail data 2023-03-09 15:30:50 +01:00