Its sometime the case that there is no actual data (so not really a problem with the template design).
If that does not work, try passing in a constant value to check the pipeline and rendering is working e.g. in the view : {'despesas': despesa_list, 'test': 'example' }
and then in the template you access that constant via {{ test }}
HTH
On Wednesday, 28 September 2022 at 23:56:09 UTC+2 matheu...@gmail.com wrote:
Hello friends!
I've been trying to find my error for a while as to why my database items are not being printed in the table I created, I've looked at all my files and nothing!
Where is my mistake?
Thanks.Here is the code:Views.pyUrls.pyTableNote: I am rendering my table in the 'paginas' app and their data is in the 'registrations' appThank you again!
You received this message because you are subscribed to the Google Groups "Django users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscribe@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/a8be4c6a-b322-4ee1-bc8f-f7961eb58f1fn%40googlegroups.com.
No comments:
Post a Comment