Re: Built-in router link generator in Django

2016-10-03 Thread Michael Manfre
Speaking generically about Django supporting community apps, which one should get the golden ticket and be supported? There are usually many similar options with groups of developers who support each for their own reasons. Trying to pick one is a non-trivial task. With regards to a menu generator,

Re: Built-in router link generator in Django

2016-10-03 Thread James Pic
True, this is a feature that's been invented a countless number of times. Perhaps one implementation could be supported by the organization ? -- You received this message because you are subscribed to the Google Groups "Django developers (Contributions to Django itself)" group. To unsubscribe f

Re: Built-in router link generator in Django

2016-10-03 Thread Marc Tamlyn
This doesn't seem like something which is the responsibility of core django to me. There are dozens of different ways to build your menus, I don't see anything about that package which makes it the best way of doing it. On 3 October 2016 at 03:24, Val Neekman wrote: > Folks, > > I am wondering i

Built-in router link generator in Django

2016-10-02 Thread Val Neekman
Folks, I am wondering if Django would benefit from the inclusion of this package or something like it? https://github.com/un33k/django-menuware A utility module to auto generate links from configuration. Thanks, Val -- You received this message because you are subscribed to the Google Grou