I was trying to paginate course list view but not able to do it. I tried puting paginated_by in views and this
code in the template but it seems like it does work that way and I am missing something.
This is views.py
this is the related template
I removed the pagination code as It was not working at all.
It looks like I am clueless about how to paginate. I would appeariciate any ahel. Thanks