I am producing a web app in Django that stores and sorts courses. The issue I am having is that the query set is not recognizing the model. I have managed to pull all in a class based view and mess around with the data, however, when I try and do a query set it simply says that the model "Course" is not defined. I have imported the following model: that stores