Hi, Analyzing django code base docs and other tools I'm thinking of using werkzeug's routing infrastructure for developing django's one. django http mechanism can e re written using webOb/werkzeugs utilities too. this will need working django urlresolve, urls, middlewares, views, http and some more related components. Introducinf werkzeug/+webOb in django will let eliminate some of django's built in way of handling request/response processing, urlresolving, url routing, view processing some error handling etc.
Sould I go for a detail one with what I have thought to implement till now? ./auvipy On Wed, Feb 4, 2015 at 5:57 AM, Russell Keith-Magee <[email protected] > wrote: > > On Wed, Feb 4, 2015 at 1:49 AM, Asif Saifuddin <[email protected]> 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 a topic in the > Google Groups "Django developers (Contributions to Django itself)" group. > To unsubscribe from this topic, visit > https://groups.google.com/d/topic/django-developers/WF3My-cZNtY/unsubscribe > . > To unsubscribe from this group and all its topics, send an email to > [email protected]. > To post to this group, send email to [email protected]. > 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 > <https://groups.google.com/d/msgid/django-developers/CAJxq84_XbuDCeX5LHgP4%2BuCYdzBAUUMY4EJxYj8WU%3DBP43onXA%40mail.gmail.com?utm_medium=email&utm_source=footer> > . > > For more options, visit https://groups.google.com/d/optout. > -- 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 [email protected]. To post to this group, send email to [email protected]. 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/CAKAqTgr6r%2BTrdFrgGSbCXvwR38O%2BfHKEzou-P2aHLvcNBWhTFg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.
