Posts by Pedro Lor Orlando • 1 point
2 posts
-
0
votes0
answers18
viewsQ: Django page with Class Based Views
Hello, I have a problem with paging in Django, using Class Based View. Below are the code snippets: py views. class ExtratoListView(LoginRequiredMixin, SingleTableMixin, FilterView): model = Extrato…
-
0
votes1
answer34
viewsQ: Python+HTML+Sqlalchemy error
Hello I am trying to do a simple procedure, but I stopped at the problem below. I have the simple goal of passing a parameter and filtering a list of associates. I have the following codes: Python…