I'm new to Django and web development in general (C++ background) and I've got amazingly far very quickly, but there's one thing I've been struggling with for a couple days now :-(. Forgive me if I screw up the lingo.
-- I've got a ModelAdmin page for registrants of a conference which has fields for Employee ID, Name, email etc. The registrant does not have to be an employee, but if they are I could lookup their name, email etc. from an external source (already have the Python code for this). I'd like to have a button next to the employee id field which would lookup the employee's details and fill in the appropriate fields. This seems to me that it shouldn't be too hard but I am spinning my wheels here. Do I need to ditch ModelAdmin? Can someone please point me in the right direction.
Thanks,
JT
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-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/1324e38c-ed15-4f3c-8e1e-cd7df220b96e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
No comments:
Post a Comment