> With this the uploaded files will go to <>/files/,
> howeverI want to upload all files to a subdirectory with the name of
> the project, how can I do that?
Same question was asked yesterday:
http://groups.google.com/group/django-users/browse_thread/thread/7e193c1532920a6f#
--
Maciej Wisniowski
you could use the filebrowser:
http://code.google.com/p/django-filebrowser/
patrick
On Feb 8, 8:24 am, josh <[EMAIL PROTECTED]> wrote:
> I have this question as well but from what I've seen the only
> customizing available is to use strftime formatting.
> josh
>
> On Feb 6, 2008, at 11:16 AM, sh
I have this question as well but from what I've seen the only
customizing available is to use strftime formatting.
josh
On Feb 6, 2008, at 11:16 AM, shabda wrote:
>
> I have a model like
>
> class ProjectFile(models.Model):
>project = models.ForeignKey(Project)
>file = models.FileField
3 matches
Mail list logo