0
problem in Django
Hello everyone, I keep encountering this error in Django. What is the reason for it and how can I fix it? Erorr: ImproperlyConfigured at / ListView is missing a QuerySet. Define ListView.model, ListView.queryset, or override ListView.get_queryset().
1 Odpowiedź
+ 3
The error text describes what is wrong and what to do. Nobody can help without seeing you whole code.
Additional you can learn and check your code here:
https://www.w3schools.com/django/index.php