Re: App Name

2018-07-12 Thread Franklin Sarmiento
Hi bro, you can use this {% url 'home' %} the app_name isn't the namespace, the namespace is define on the main urls.py, if you haven't a namespace defined, so, with the name assined on the path() is sufficient greetings! *Franklin Sarmiento*

Re: App Name

2018-07-11 Thread ludovic coues
That question should be posted on Django user, where people discuss on how to use django to build web site and web application. This list is for improving djnago. Anyway. The first argument of the url tag is the name of the URL you want. The most common way to specify an URL name is with the forma

Re: app name in admin breadcrumbs

2006-09-18 Thread Joseph Kocherhans
On 9/18/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > Is there a reason why the app name doesn't appear in the admin > breadcrumbs? I have an app with a model called 'Groups', and the > breadcrumb for it is the same as that for the auth model 'Groups'. The > URL is right, of course, I just