in django am facing url problem.....

Posted by dpaksp on Stack Overflow See other posts from Stack Overflow or by dpaksp
Published on 2010-04-07T05:23:09Z Indexed on 2010/04/07 5:33 UTC
Read the original article Hit count: 228

Filed under:
|

am using django.0.97 version i have model called profile in that i have few fields eg like name ,email...ects and it's backend also ready..i.e database . and all users profile is created...i have given all permission to all users. when i login ,click on profile..i able to see list of all user name thr when i click on it ,it's goin to model page where i can edit the user profile..instead of that i want to navigate to a template when i can display the user details ,i have set the URl for it so that when url of that type request comes it should call a view from view it will call my template to display user details,.....the problem is it's not calling my view....

i think my problem is brief....if any information still required ?? pls ask me....and help me

© Stack Overflow or respective owner

Related posts about django

Related posts about django-urls