Re: default header template file

2011-02-09 Thread SimpleDimple
ah... I see now...will check it out.. On Feb 9, 4:21 am, Shawn Milochik wrote: > The reason you should use the toolbar is that it will help you > instantly determine which templates are being used, so you know which > ones to edit. > > Shawn -- You received this message because you are subscrib

Re: default header template file

2011-02-08 Thread Shawn Milochik
The reason you should use the toolbar is that it will help you instantly determine which templates are being used, so you know which ones to edit. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django

Re: default header template file

2011-02-08 Thread SimpleDimple
Thanks for the link but actually I am not looking for debugging, I just want to add up my own stuff into the header coming from DBcan you help me in that ? On Feb 8, 2:08 am, Shawn Milochik wrote: > This will help you a lot: > > https://github.com/robhudson/django-debug-toolbar > > It shows

Re: default header template file

2011-02-07 Thread Shawn Milochik
This will help you a lot: https://github.com/robhudson/django-debug-toolbar It shows you the templates being used and a bunch of other stuff. Shawn -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us

default header template file

2011-02-07 Thread SimpleDimple
I am new to django and building a school system but am experience developer otherwise having firm grip over rails, php, .net and java. When I login, I can see the username of user logged-in in the header... I want to add more info from sessions there, so I am wondering which template file is it fo