Hi Bastir,

On Friday 29 January 2010 11:32:02 bastir wrote:
> edirect but it cannot find my view function.
> Here is the relevant code that I tried. The error I get is:
> Reverse for 'show_id' with arguments '()' and keyword arguments
> '{'s_id': 1}' not found.
> Plz help me..
> 
You need to give reverse() the full path of the view, such as 
`reverse('myapp.views.show_id`)` or use a named URL.


-- 
Saygılarımla,
Atamert Ölçgen

 -+-
 --+
 +++

www.muhuk.com
[email protected]

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

Reply via email to