Thanks for your help. But it should be redirect to these custom page if and only if I'll click login button and at the same time it should not redirect to custom page if it is coming by loginrequired functionality.
Can you share me the code, please if it is possible. Thank you once again. On Wed, 15 May 2019, 01:20 Victor H. Velasquez Rizo, <rizo.vic...@gmail.com> wrote: > *Hi Soumen.* > > your are trying to re-direct an user to a customized url. To do that you > need to create an URL that receive the name as an argument. > > *urls.py* > path('url/<user_name>', view, name='view_name'), > > *View.py* > *from *django.shortcuts* import *redirect > > return redirect('app:view_name', user_name=userName) > > > > -- > You received this message because you are subscribed to the Google Groups > "Django users" group. > To unsubscribe from this group and stop receiving emails from it, send an > email to django-users+unsubscr...@googlegroups.com. > To post to this group, send email to django-users@googlegroups.com. > Visit this group at https://groups.google.com/group/django-users. > To view this discussion on the web visit > https://groups.google.com/d/msgid/django-users/CAFCXTzgf0vZqSFht%3D_4dr1TUfewsRF3WOQYYKfYATmHUKgrHiQ%40mail.gmail.com > <https://groups.google.com/d/msgid/django-users/CAFCXTzgf0vZqSFht%3D_4dr1TUfewsRF3WOQYYKfYATmHUKgrHiQ%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 users" group. To unsubscribe from this group and stop receiving emails from it, send an email to django-users+unsubscr...@googlegroups.com. To post to this group, send email to django-users@googlegroups.com. Visit this group at https://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/CAPUw6WbAqXhgqh3rh47gmxmYo5DvDcw-MnhonNtEkHXgpWBpWg%40mail.gmail.com. For more options, visit https://groups.google.com/d/optout.