Hello Ruban,

Your code may be something like this 

var=ā€˜dā€™ #input from HTML
Ans=models.objects.get(name=var)
Print(Ans.batch)

By,
Vikrant

> On Aug 16, 2018, at 4:30 PM, ruban bharath <rubanbharat...@gmail.com> wrote:
> 
> Name             batch
> a                      one
> b                      two
> c                      three
> d                      four
> e                      five
> 
> This is my  table
> 
> If i entered "d" in the front end (html)
> 
> my expected output must be like 
> 
> d      four
> 
> what is the django sqlite3 query to make run of it please do help me to come 
> out from this ?
> 
> Thank you in advance
> 
> 
> -- 
> 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 
> <mailto:django-users+unsubscr...@googlegroups.com>.
> To post to this group, send email to django-users@googlegroups.com 
> <mailto:django-users@googlegroups.com>.
> Visit this group at https://groups.google.com/group/django-users 
> <https://groups.google.com/group/django-users>.
> To view this discussion on the web visit 
> https://groups.google.com/d/msgid/django-users/e102d8f6-bf73-4d37-b75b-95bc0254a551%40googlegroups.com
>  
> <https://groups.google.com/d/msgid/django-users/e102d8f6-bf73-4d37-b75b-95bc0254a551%40googlegroups.com?utm_medium=email&utm_source=footer>.
> For more options, visit https://groups.google.com/d/optout 
> <https://groups.google.com/d/optout>.

-- 
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 post to this group, send email to django-users@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/4E13049E-9462-4706-B8EA-FD15F74CC938%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to