El dom, 13-02-2011 a las 04:02 -0800, galago escribió:
> Should I alternate original flatpage midddleware?
> If I won't do that, my new fields can be unseen?

No, you don't have to change the middleware. 

AFAIK the middleware [0] the only thing it does is capture the 404 and
try to get the flatpage. 

Also check this stack overflow question [1], I think is what you're
trying to do. 


[0]
http://code.djangoproject.com/browser/django/trunk/django/contrib/flatpages/middleware.py

[1]
http://stackoverflow.com/questions/1021487/add-functionality-to-django-flatpages-without-changing-the-original-django-app

Good luck, 
Andres

-- 
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 
django-users+unsubscr...@googlegroups.com.
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en.

Reply via email to