Sebastian Nowicki
unread,Feb 14, 2009, 4:33:41 AM2/14/09Sign in to reply to author
Sign in to forward
You do not have permission to delete messages in this group
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django Basic Apps
Hi,
I'm just wondering why FilePathField is used instead of FileField. The
app appears to be designed for users to upload the content, but a
FilePathField would suggest that these files would have to be there
already, or uploaded via other means. FileField abstracts and does the
uploading for you, so wouldn't it perhaps be better? Was FilePathField
simply chosen to be more flexible?