On 6/9/06, Chase <[EMAIL PROTECTED]> wrote: > - Accept concatenated input from address, city, state and ZIP fields > - Return a list of lat/lon result options on a map and allow the user > to select the correct one (human validation) > - Populate a table's lat/lon fields with the selected result > > It seems like a custom manipulator would do the job, along with some > template wizardry, but we're trying to figure out how best to integrate > that with the admin. Based on the posts I've read, creating new admin > views seems like the way to go, but we want to make sure we're not > overlooking an easier option. Any thoughts?
If you're comfortable with JavaScript, you can use the "js" option to "class Admin", which can inject arbitrary stuff into your admin form pages. At World Online we used this to make custom admin widgets for various things. This would have the benefit of integrating with the existing admin infrastructure, at the expense of JavaScript complexity. Adrian -- Adrian Holovaty holovaty.com | djangoproject.com --~--~---------~--~----~------------~-------~--~----~ 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 [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/django-users -~----------~----~----~----~------~----~------~--~---