Re: Links to images in Blog posts

2008-02-13 Thread Eric Abrahamsen
> Do you have any idea if it is possible to modifyupload_toin a way   > that it uses the ID of the the object? That one gets asked a lot: http://groups.google.com/group/django-users/browse_thread/thread/7e193c1532920a6f# eric --~--~-~--~~~---~--~~ You received th

Re: Links to images in Blog posts

2008-02-13 Thread Florian Lindner
Am 13.02.2008 um 15:00 schrieb Michael Newman: > > Hi Florian; > > You might want to look into a separate object for your images and add > them as either a manytomanyfield in you story object or have them > edited inline as foreign key objects. Look at the relationships here: > http://www.django

Re: Links to images in Blog posts

2008-02-13 Thread Michael Newman
Hi Florian; You might want to look into a separate object for your images and add them as either a manytomanyfield in you story object or have them edited inline as foreign key objects. Look at the relationships here: http://www.djangoproject.com/documentation/model-api/#relationships . You would

Links to images in Blog posts

2008-02-13 Thread Florian Lindner
Hello, this is a repost of an mail I sent some days ago. Since no one replied and I don't think that noone has an opinion about that I dare to post again. I have some problems about my blog which I would like to hear your opinion about. A user should have the possibility to upload image fi