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

index 479319750b45b3e121a661ba78f8a7165f9d803c..18e4a01752dd645124a26b2d308fd1807d424391 100644 (file)
@@ -269,6 +269,7 @@ class CourseListView(CourseAccessMixin, ListView):
                     print(course)
 
             remote_list = s.teleforma.get_course_type_list()
+            print(remote_list)
             if remote_list['result']:
                 for course_type_dict in remote_list['result']:
                     course_type, c = CourseType.objects.get_or_create(name=course_type_dict['name'])