]> git.parisson.com Git - teleforma.git/commitdiff
add prints
authorGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 7 Mar 2023 14:36:44 +0000 (15:36 +0100)
committerGuillaume Pellerin <guillaume.pellerin@ircam.fr>
Tue, 7 Mar 2023 14:36:44 +0000 (15:36 +0100)
teleforma/views/core.py

index 7e9a81cb037b0ac9ecfadf33572fe15f0ad59b04..479319750b45b3e121a661ba78f8a7165f9d803c 100644 (file)
@@ -274,6 +274,7 @@ class CourseListView(CourseAccessMixin, ListView):
                     course_type, c = CourseType.objects.get_or_create(name=course_type_dict['name'])
                     course_type.from_dict(course_type_dict)
                     course_types_new.append(course_type)
+                    print(url)
                     print(course_type)
 
         # cleanup