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 render them.

On Nov 21, 6: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
> interface, wouldn't it be tedious to maintain?
> 2- Can i do something like point all pages/(?P<page_name>\w+) to
> mysite.views.page_serve and create a view page_serve that accepts the
> page name as a parameter and reners_to_response a template with the
> same name?
> This way I can edit my static pages easily with my web development
> app?
> Is there anything wrong with doing the above.
> Thanks
--~--~---------~--~----~------------~-------~--~----~
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 unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to