Images in blog posts

2009-07-26 Thread Daniel Brown
Good afternoon list, I'm putting together my first django application: a simple blog engine to replace my current WordPress installation. I am rolling my own application as an learning exercise. I am currently thinking of using Markdown with Pygments (via the CodeHilite extension) for managing

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

Images in Blog posts

2008-02-11 Thread Florian Lindner
Hello, 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 files in an post (which is represented by a Model). Images can be displayed either seperately from the text or can be embedded in the text. If embedded