On Sep 15, 9:02 am, Nitin Boladra <nitinbola...@gmail.com> wrote:
> Hi Django users,
>                 I am trying to create a simple Django application
> wherein I want to run a python function with an argument that is
> obtained from text-box whenever I click the button on my web-page. The
> problem is passing the value obtained in text-box to the python
> function. So as I am new to Django can anybody help me out to resolve
> this problem. Thanks in advance.
>
> Regards,
> Nitin

Hi,
   This might help:
http://www.djangobook.com/en/2.0/chapter07/
http://docs.djangoproject.com/en/dev/topics/forms/#topics-forms-index

  It will be good to read the djangobook (first link) once thoroughly
because all the basic scenarios are considered there. The
documentation in Django website is also very extensive. Do check it
out too.

Regards
K
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to