On Wed, Feb 4, 2015 at 1:49 AM, Asif Saifuddin <auv...@gmail.com> wrote:

> Thank you both for the feedback. I will continue my analysis to understand
> django well and also try to contribute some patch on django if I can.
>
>
> For django URL dispatcher improvement I am also looking for some
> suggestions. Should I also look to some tool like werkzeug, webob along
> side django http, url dispatch, middleware and related stuffs. Some guide
> will help me to dig more and go to proper direction.
>

Take inspiration from wherever you can. Those patches will demonstrate
different ways of doing dispatch, and different ways to organize a stack;
in an ideal world, you should be able to use any of those techniques in
Django as well. If you can find a way to modify Django so that those
techniques can be used (either by directly using a third party package, or
by building a Django equivalent), then I'd say you've cracked the core of
the project.

Yours,
Russ Magee %-)

-- 
You received this message because you are subscribed to the Google Groups 
"Django developers  (Contributions to Django itself)" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at http://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAJxq84_XbuDCeX5LHgP4%2BuCYdzBAUUMY4EJxYj8WU%3DBP43onXA%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to