On 4/14/06, frank h. <[EMAIL PROTECTED]> wrote:
> one field in my model is a "directory" field. I present the user with a
> choice of directories on the local filesystem in the admin app.
> Basically
>
> infolder = meta.CharField('Video infolder', maxlength=250,
> choices=getDirs())
>
> with a custom getDirs method that uses python os module and returns a
> list of 2 tuples of the desired directories.

Hey Frank,

The FilePathField solves that exact problem. The docs are here:

http://www.djangoproject.com/documentation/model_api/#field-types

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
-~----------~----~----~----~------~----~------~--~---

Reply via email to