Hi Nitin,

On 11/12/2019 08.04, Nitin Kalmaste wrote:
Hello community,
I need to make django views for the models described below.
How do i create query to write in view

https://stackoverflow.com/questions/59280345/how-to-query-django-models-for-complex-models-like-this


You are approaching this the wrong way. You definitely shouldn't be formatting HTML the way you are doing it.

Read up on Django Templates:

https://docs.djangoproject.com/en/2.2/topics/templates/

Or at least start out by following the Django tutorial:

https://docs.djangoproject.com/en/2.2/intro/tutorial01/

Kind regards,

Kasper Laudrup

--
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+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/55502fe8-35df-ca31-e864-6229bfe59ab2%40stacktrace.dk.

Reply via email to