Hello,
This is a class attribute it's going to be initialized with the latest queries at compiled/running time and in that case when we update/delete something we need to restart the server to have the latest results from the model.
In any case, thank you a lot for this tutorial it's very helpful
|
queryset = Course.objects.all() |
Hello,
This is a class attribute it's going to be initialized with the latest queries at compiled/running time and in that case when we update/delete something we need to restart the server to have the latest results from the model.
In any case, thank you a lot for this tutorial it's very helpful
Try-Django/src/courses/views.py
Line 90 in a46ab93