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*
*Full-stack developer*
*skype: franklin.s.dev*
*Twitter: @franklinitiel*
*linkedin: Franklin Sarmiento ( franklinit...@gmail.com
<franklinit...@gmail.com> )*
*E-mail: franklinit...@gmail.com <franklinit...@gmail.com>*
*Teléfono(s): +57 320 490.79.64 / +58 426 273.8103 ( whatsapp )*



El mié., 11 jul. 2018 a las 20:56, Aniket Aryamane (<
aryamane.ani...@gmail.com>) escribió:

> Hello,
>
> If in the urls.py, I can write:
> *app_name* = '*posts*'
> .
> .
> path(' ', views.home, name='home'),
>
>
>
> then why it is required to refer url name (from the template) by the *app_name
> value* as:
> {% url '*posts*:home' %}
>
> It should be referred instead by *app_name variable* like below:
> {% url '*app_name*:home' %}
>
>
> What do you guys think?
>
>
>
> Thanks,
> Aniket.
>
> --
> 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 https://groups.google.com/group/django-developers.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-developers/ce6c2ef7-b463-43d5-bd57-5f2ca3d6fda6%40googlegroups.com
> <https://groups.google.com/d/msgid/django-developers/ce6c2ef7-b463-43d5-bd57-5f2ca3d6fda6%40googlegroups.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 django-developers+unsubscr...@googlegroups.com.
To post to this group, send email to django-developers@googlegroups.com.
Visit this group at https://groups.google.com/group/django-developers.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-developers/CAMsjBKJHSyoFcdD8RXNPpH2QcKp%3De%3DCdyX8VCju_HAmuHzi2ng%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to