Django and Vue Learning Management System (LMS) Tutorial - Part 5 - Course detail page

preview_player
Показать описание
In the fifth part of this Django Rest Framework and Vue tutorial series, we are going to make it possible to click a course and view the detail page.

I will also make it possible to restrict access to a course based on authentication and a few other things.

---

Support me

Important links

GitHub

Part 5 - Vue:

Part 5 - Django:

---

#codewithstein #django #python #djangoandvue #vuejs #learndjango
Рекомендации по теме
Комментарии
Автор

I love your consistency man... Keep moving

CodeWithTomi
Автор

the best Django and Vue or even programming channel I followed so far, keep up the great work. ♥

mojtabamonfared
Автор

good content with lucid explanations.. Looking forward to quiz section..

arunarivanandam
Автор

Another grate content, thank you Stein. We look forward to releasing *Part 6* ASAP.

the-shadow-brokers
Автор

Sir, I am getting this error
" AttributeError: type object 'Course' has no attribute 'objects' "

aryanpandey
Автор

i am facing one error. when i try to get data from database by path('', views.get_courses), i get all the course info. but when i try to get data by path('<slug:slug>/', views.get_course), it shows The current path, api/v1/courses/University-Course-1, didn’t match any of these. please note as slug i added university-course-1, i followed you same. can you tell me why i had this issue? thank you

rifathbinhossain
Автор

I cant find source code for django.video description both of the links for vue not for django. can you please fix this? thank you

rifathbinhossain
Автор

At around 11:50, I tried using inside the template tag it highlighted that code in red but it could work fine. I tried adding this so that it read and it didn't highlight the code anymore!

hobsonmokaya