From: Guillaume Pellerin Date: Tue, 7 Mar 2023 14:38:09 +0000 (+0100) Subject: add prints X-Git-Url: https://git.parisson.com/?a=commitdiff_plain;h=7ab8bfe8a1fd7c8376a62dff940497e48ef5ba8b;p=teleforma.git add prints --- diff --git a/teleforma/views/core.py b/teleforma/views/core.py index 47931975..18e4a017 100644 --- a/teleforma/views/core.py +++ b/teleforma/views/core.py @@ -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'])