You could always call mezzanine.blog.views.blog_post_list from your own view if you overrode that url pattern.
On Thu, Oct 8, 2015 at 9:17 AM, sonu kumar <[email protected]> wrote: > In Mezzanine blog url mezzanine/blog/urls.py we have link > to mezzanine/blog/views.py. > I would like to over view function to incorporate some more features in > view as > def my_ blog_post_list > <http://localhost:8888/source/s?refs=blog_post_list&project=sonus>(request, > *args,**kwargs): > ... > > How can I achieve this without copying all code from blog_post_list > <http://localhost:8888/source/s?refs=blog_post_list&project=sonus> function > and rewriting urlpatterns. > > -- > You received this message because you are subscribed to the Google Groups > "Mezzanine Users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to [email protected]. > For more options, visit https://groups.google.com/d/optout. > -- You received this message because you are subscribed to the Google Groups "Mezzanine Users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. For more options, visit https://groups.google.com/d/optout.
