Hi all,

         I am using     "location = request.get_full_path()"    in my
view,

   when the user is logged in this " request.get_full_path() "   is
getting the correct path but

  when user gets logged out and again logging in at that time this
"request.get_full_path()"

  is adding the extra braces"{}" to that path i mean,

                    "http://127.0.0.1:8080/book/{}/";

  but it should be

               "http://127.0.0.1:8080/book/";

  i do not know what wrong i am doing, please can anybody help me to
solve this


Thank you
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to 
django-users+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to