Help

32 views
Skip to first unread message

pramod

unread,
Jun 29, 2019, 10:34:41 AM6/29/19
to Django users
How to get the input from the user in table

Thomas POKAM

unread,
Jun 29, 2019, 2:34:53 PM6/29/19
to django...@googlegroups.com
Can you give more details please ?

KUMBHAGIRI SIVAKRISHNA

unread,
Jun 29, 2019, 2:59:01 PM6/29/19
to django...@googlegroups.com
Please follow this youtube channel playlist for django .I think it may help you to solve your problem .


--
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...@googlegroups.com.
To post to this group, send email to django...@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/561bf16b-c994-f68c-6cb6-29af890c622d%40gmail.com.
For more options, visit https://groups.google.com/d/optout.

mail2pramo

unread,
Jun 29, 2019, 10:12:50 PM6/29/19
to django...@googlegroups.com
Inside the input field I get this.


--
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+unsubscribe@googlegroups.com.
IMG-20190628-WA0004.jpg
IMG-20190628-WA0007.jpg

mail2pramo

unread,
Jun 30, 2019, 8:35:42 AM6/30/19
to django...@googlegroups.com
The give to get the input  from the user in table? 
IMG-20190628-WA0004.jpg
IMG-20190628-WA0007.jpg

laya Mahmoudi

unread,
Jun 30, 2019, 8:39:42 AM6/30/19
to django...@googlegroups.com
If you can , send me your project to debug it.



در تاریخ یکشنبه ۳۰ ژوئن ۲۰۱۹،‏ ۱۷:۰۵ mail2pramo <mail2...@gmail.com> نوشت:
The give to get the input  from the user in table? 

--
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...@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

mail2pramo

unread,
Jun 30, 2019, 8:43:00 AM6/30/19
to django...@googlegroups.com
On Jun 30, 2019 6:09 PM, "laya Mahmoudi" <laya.ma...@gmail.com> wrote:
If you can , send me your project to debug it.


در تاریخ یکشنبه ۳۰ ژوئن ۲۰۱۹،‏ ۱۷:۰۵ mail2pramo <mail2...@gmail.com> نوشت:
The give to get the input  from the user in table? 

--
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+unsubscribe@googlegroups.com.

--
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+unsubscribe@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
cloud.rar

Joe Reitman

unread,
Jun 30, 2019, 8:48:44 AM6/30/19
to Django users
Don't use an 'input' element to display your form field.

Try something like this:

<td>{{ form.date }}</td>

mail2pramo

unread,
Jun 30, 2019, 8:54:43 AM6/30/19
to django...@googlegroups.com
I wrote a js for that wer it display the results  of addition automatically through id
If I use like this {{form. Full}} How do I pass the Id to the js? 

--
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+unsubscribe@googlegroups.com.
To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Joe Reitman

unread,
Jun 30, 2019, 9:01:31 AM6/30/19
to Django users
Also, you will have to wrap your entire form in a <form method="POST"> tag. Then you can use a submit button to submit the data to the server.

If you are displaying data from the database and allowing the user to make and save changes, you first have to render the data from the view.

What is the Javascript code?


On Sunday, June 30, 2019 at 7:54:43 AM UTC-5, pramod wrote:
I wrote a js for that wer it display the results  of addition automatically through id
If I use like this {{form. Full}} How do I pass the Id to the js? 
On Jun 30, 2019 6:19 PM, "Joe Reitman" <jreit...@gmail.com> wrote:
Don't use an 'input' element to display your form field.

Try something like this:

<td>{{ form.date }}</td>



On Sunday, June 30, 2019 at 7:35:42 AM UTC-5, pramod wrote:
The give to get the input  from the user in table? 

--
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...@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

Charlotte Wood

unread,
Jun 30, 2019, 4:35:45 PM6/30/19
to django...@googlegroups.com
can you use a form/model/template instead?


On Sat, Jun 29, 2019 at 9:12 PM mail2pramo <mail2...@gmail.com> wrote:
Inside the input field I get this.

On Jun 30, 2019 12:04 AM, "Thomas POKAM" <pok...@gmail.com> wrote:
Can you give more details please ?

Le 29/06/2019 à 15:34, pramod a écrit :
How to get the input from the user in table


--
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...@googlegroups.com.

--
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...@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.

mail2pramo

unread,
Jul 1, 2019, 3:06:45 AM7/1/19
to django...@googlegroups.com
How to remove some content in textbox
N I did full-empty= balance I wrote js for that. 
IMG_20190701_122547.jpg
IMG_20190701_122632.jpg

mail2pramo

unread,
Jul 1, 2019, 3:52:55 AM7/1/19
to django...@googlegroups.com
On Jun 29, 2019 8:05 PM, "pramod" <mail2...@gmail.com> wrote:
How to get the input from the user in table

--
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+unsubscribe@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
IMG_20190701_122547.jpg
IMG_20190701_122632.jpg

mail2pramo

unread,
Jul 1, 2019, 6:28:22 AM7/1/19
to django...@googlegroups.com
How to clear the table content as u see in table
IMG_20190701_122547.jpg
IMG_20190701_122632.jpg

Pragesh Yadav

unread,
Jul 1, 2019, 9:48:36 AM7/1/19
to django...@googlegroups.com
When creat virtual environment. I got an error message - '"virtualenv"' is not recognized as an internal or external command,
operable program or batch file.

Desh Deepak

unread,
Jul 1, 2019, 9:55:25 AM7/1/19
to django...@googlegroups.com
pip install virtualenv

On Mon, 1 Jul 2019, 19:18 Pragesh Yadav, <drop2p...@gmail.com> wrote:
When creat virtual environment. I got an error message - '"virtualenv"' is not recognized as an internal or external command,
operable program or batch file.

--
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...@googlegroups.com.

To post to this group, send email to django...@googlegroups.com.
Visit this group at https://groups.google.com/group/django-users.
Reply all
Reply to author
Forward
0 new messages