Re: Serving flatpages before other urls

2008-01-29 Thread Artiom Diomin
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 Hello Michael, You easily may write your own FlatPageMiddleware, that works on process_request, instead of original that works with process_response. Take a look at django.contrib.flatpages.middleware.FlatpageFallbackMiddleware Michael Newman

Serving flatpages before other urls

2008-01-28 Thread Michael Newman
Is there anyway to change the order that the urls are checked? For example I have an about us page that is generated by a url conf. I want my designer to make his own about us page with flatpages and therefore 'overwrite' the url that is autogenerated. I know right now flatpages checks the url