Published
- 1 min read
importying listviewin django
The solution for this is noted below
importying listviewin django
Solution
from django.views.generic import ListView,TemplateView
from django.views.generic.base import View
from django.views.generic.detail import DetailView
Try other methods by searching on the site. That is if this doesn’t work