Server Side Programming
Django+xadmin to build an online education platform (6)
Codegithub download9. Course chapter information9.1. Templates and urls Copy course-comments.html and course-video.html into the templates directoryChange course-video.html first , and also inherit base.html, and then have your own styles in it, and keep(1) Configure url and view # Course chapter information page re_path('info/(?P<course_id>\d+)/', CourseInfoView.as_view(), name="course_info"),class CourseInfoView(View): '''Course chapter information''' def get(self, request, course_i