Re: Flatpage App vs. Static Template

2008-11-21 Thread Caisys
Thank you all, it's my first django project and its nice to be reassured ;) --~--~-~--~~~---~--~~ 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 u

Re: Flatpage App vs. Static Template

2008-11-21 Thread DavidA
I do something like you are suggesting: I actually write my "flat" pages in Markdown since I prefer it to HTML, and I keep the contents in a file instead of the database, so I can edit them with Emacs. Then I just route these special pages to a trivial template that uses the markdown filter to ren

Re: Flatpage App vs. Static Template

2008-11-21 Thread Malcolm Tredinnick
On Fri, 2008-11-21 at 03:29 -0800, Caisys wrote: > Hi, > I would like to publish some statics files on my website and I have a > some questions: > 1- The flatpage app examples like http://www.lawrence.com/about/staph/ > contain elaborate html, is this edited as a text field in the admin > interfa

Re: Flatpage App vs. Static Template

2008-11-21 Thread Daniel Roseman
On Nov 21, 11:29 am, Caisys <[EMAIL PROTECTED]> wrote: > Hi, > I would like to publish some statics files on my website and I have a > some questions: > 1- The flatpage app examples likehttp://www.lawrence.com/about/staph/ > contain elaborate html, is this edited as a text field in the admin > int

Flatpage App vs. Static Template

2008-11-21 Thread Caisys
Hi, I would like to publish some statics files on my website and I have a some questions: 1- The flatpage app examples like http://www.lawrence.com/about/staph/ contain elaborate html, is this edited as a text field in the admin interface, wouldn't it be tedious to maintain? 2- Can i do something