Posts by Marcus Vinícius • 3 points
1 post
-
0
votes1
answer23
viewsQ: Django: imported class is not being called
Hey, guys, I created a view to return a HttpResponse simple importing a class from the models folder as follows: from .models import Album and then creating the view function: def index(request):…