Hello all. I'm pretty new to Django, so please forgive my ignorance.
What I'm wondering is if it's possible to have two HTMl widgets on the admin pages that map to the same DB field. To be specific, I have an image field for one of my DB tables. Sometimes, I might want to upload an image from my local machine (ImageField), but other times, the image might already be on the server and I'd like to input a file path (FilePathField). At the end of the day, both of these widgets save a file path to the DB. Is it possible to display both of these widgets on the admin page? Perhaps something along the lines of both displayed, but only 1 can be enabled at a time? Thanks, Jason -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

