I am creating a resource management system and have been following this guide: https://www.youtube.com/watch?v=_sWgionzDoM.
I have built my model and views and the dashboard.html file.
However my data is not showing up in the table I created even though I have the variables set and in the database there is data for those variables.
on the /admin page it all shows just fine however on the user dashboard page it does not show at all.
My code is here on stack overflow:python - Attempting to put data from database onto dashboard in Django - Stack Overflow
I am really unsure about the next steps here. I have checked all the spacing and that the views and models work which they seem to do as they accept data just they will not output on the dashboard. I hope you can help!