On Aug 3, 1:29 pm, Shuge Lee <shuge....@gmail.com> wrote: > NO > > just image add new seed in admin > > upload a file with status "UNAPPROVE" > then you change its status as "ACCET" > the problem is, the file you upload is still point to UNAPPROVE_PATH > > how to make it point to ACCEPT_PATH ?
You can set the path value just like any other field in Django. And then you'd just have to move the file on the filesystem, using the standard Python functions in the os module. -- DR. --~--~---------~--~----~------------~-------~--~----~ 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 django-users+unsubscr...@googlegroups.com For more options, visit this group at http://groups.google.com/group/django-users?hl=en -~----------~----~----~----~------~----~------~--~---