Re: locating the functionality behind the HTML element

2012-06-28 Thread Smaran Harihar
Hey Clifford, Thanks, this is what I am looking for, where can I locate this django-debug-toolbar? Do i need to add it like it is stated in the git hub? or is there a UI which i can use? Thanks, Smaran On Thu, Jun 28, 2012 at 2:38 PM, CLIFFORD ILKAY wrote: > On

Re: locating the functionality behind the HTML element

2012-06-28 Thread CLIFFORD ILKAY
On 06/27/2012 08:55 PM, Smaran Harihar wrote: Hi Guys, I am new to Django and have completed the initial basic tutorials in the django doc. I am presently working on a pre-customized django application. I was wondering how I can use FireBug to locate the code in a specific element (like

Re: locating the functionality behind the HTML element

2012-06-28 Thread Smaran Harihar
Thanks Jon On Thu, Jun 28, 2012 at 12:41 AM, Jon Black wrote: > If I understand you correctly, you want to find the django code > responsible for rendering the view. Rather than look at the html, the most > obvious place is to look at the url. There should be an entry in one

Re: locating the functionality behind the HTML element

2012-06-28 Thread Jon Black
If I understand you correctly, you want to find the django code responsible for rendering the view. Rather than look at the html, the most obvious place is to look at the url. There should be an entry in one of your urls.py files, which will tell you which view is being used. You can then trace

locating the functionality behind the HTML element

2012-06-27 Thread Smaran Harihar
Hi Guys, I am new to Django and have completed the initial basic tutorials in the django doc. I am presently working on a pre-customized django application. I was wondering how I can use FireBug to locate the code in a specific element (like button). In the sense, in general the web development