Thursday, September 29, 2022

Re: Elements don't render in my table

check your path and change (/<str:despesa>/) to  (/<int:despesa>/) 

On Thu, Sep 29, 2022 at 2:27 PM Walter Randazzo <wwrandazzo@gmail.com> wrote:
HI Bro,

Are you sure that u r writing the name of the fields ( models fields ) in the template same as you defined in the models.py?

Regards,



El mié, 28 sept 2022 a las 18:56, Matheus Bon (<matheusbon29@gmail.com>) escribió:
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.py


Urls.py


Table


Note: I am rendering my table in the 'paginas' app and their data is in the 'registrations' app


Thank 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/99f2b47a-e3a0-47fd-9534-dbb5a8ab491bn%40googlegroups.com.

--
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/CAL7Dry4w7Z0AAuJTVZBP_sAEUHUvS0hfaxibkYxaCC1kp6wJAQ%40mail.gmail.com.

--
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/CAJBAA1J9s8q09aRvTy4%2BtnPRQ5ewoz381wRvcWFK%3DQENGA_cxA%40mail.gmail.com.

No comments:

Post a Comment