Hello guys I have a doubt in django templates, I have two models with m2m relationship, Students and Discipline.
Discipline, has the following fields: description
Students, has the following fields: name, age and disciplina_set (m2m from Discipline)
For example one student signed up (Lucas 20) with the following disciplines (Django, Python and Javascript)
Now I want to return a table in my template with the data registered in a table
I can return all the normal data, but the only return it in courses I have is something like this:
how do I return the values in this table?
thanks
hy folks i do this and works =D :