cursor.execute('SELECT * FROM music_output WHERE username =?', t)
name2 = cursor.fetchall()
return render(request, "home.html", {'name3': name2})


This one suits me a error for using that *"?" how can i pass parameter  to 
get dynamic input*
thats my problem sir

 

On Thursday, August 16, 2018 at 4:41:07 PM UTC+5:30, Jason wrote:
>
> I would suggest you go through the django tutorial at 
> https://docs.djangoproject.com/en/2.1/intro/tutorial01/
>
> Your question suggests that you haven't done so, and it should help you 
> find the answer to your question.
>

-- 
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/4ce78e67-a293-4f0b-af9e-c9fe84db8610%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to