I am new to Python and Django. Recently, my team ask me to develop a Django 
web app for the company. It requires use LDAP authentication in Django but 
not a common way that I can search on google.

On index.html page. I will create two button "use for self" and "use for 
others", there will be couple rows of textboxes underneath for employee 
information such as employee id, name, email address.
    When user choose "use for self", all the employee information need 
automatically filled up and submit button at bottom will turn to active 
from disabled
    When user choose "use for others", he will need fill in the employee 
id. If the id is valid, all the rest information will then auto filled up 
and submit button active.

I want ask:
   What is the easiest way to approach these functions in Django?
   Is there anyone can provide me the sample code for doing this?

Many thanks!!! 

-- 
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/afd3f180-5188-4ed6-948c-1c3f4f9b1638%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to