Hello all,
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.

My problem is that whenever I create a new directory on the local
filesystem, I have to restart apache to make the new directory appear
in the choices (I am using mod_python).

How can I get rid of that necessity? any ideas?
thanks a lot
-frank


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