problem in Django | Sololearn: Learn to code for FREE!
Nouvelle formation ! Tous les codeurs devraient apprendre l'IA générative !
Essayez une leçon gratuite
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().

14th Jun 2023, 1:06 PM
Reza Mardani
Reza Mardani - avatar
1 Réponse
+ 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
14th Jun 2023, 7:20 PM
JaScript
JaScript - avatar