vault19 / django-courses

Simple Django to manage courses
MIT License
6 stars 5 forks source link

List all chapters with lectures #2

Closed ricco386 closed 3 years ago

ricco386 commented 3 years ago

Add new view that will list all chapters and its lectures (if they have any).

Make sure it is aware of the dates and enables only those that are withing the range of run dates.

ricco386 commented 3 years ago

Done.