Re: Tutorial 2 - Template Dirs

2009-07-09 Thread Divesh Gidwani
Hey Ben, Thanks for your help. It worked, but it changed the entire format of the screen. I don't know what's up next, but I'll find out shortly! :) On Jun 30, 4:49 pm, Ben wrote: > Hey this might be a question I can answer - I'm a NKOTB too. > > The easiest way is

Re: Tutorial 2 - Template Dirs

2009-06-30 Thread Ben
Hey this might be a question I can answer - I'm a NKOTB too. The easiest way is to modify the "title" and "branding" blocks in the base_site.html file. This would change the name for the admin across the site, as far as I know. It should live in (in your case) /home/

Re: Tutorial 2 - Template Dirs

2009-06-30 Thread Divesh Gidwani
Okay, I have experimented with this for sometime, but for some reason the site is still showing 'Django Administration' on top. I open it with Text/Edit and changed the name. What exact files from the Django directory should i copy to my project one. Thanks On Jun 30, 1:12 pm, Divesh Gidwani

Re: Tutorial 2 - Template Dirs

2009-06-30 Thread Ahmet Emre Aladağ
2009/6/30 Divesh Gidwani > > Now that I created the templates folder, should I take the base.html > and index.html files and paste them in this folder? Yes. You can put them there. > > That being done, how can I edit these files? Is there a particular > program to use?

Re: Tutorial 2 - Template Dirs

2009-06-30 Thread Divesh Gidwani
Now that I created the templates folder, should I take the base.html and index.html files and paste them in this folder? That being done, how can I edit these files? Is there a particular program to use? On Jun 30, 12:56 pm, Ahmet Emre Aladağ wrote: > On Tue, Jun 30, 2009

Re: Tutorial 2 - Template Dirs

2009-06-30 Thread Divesh Gidwani
Thanks for that. I'll try it now and see how that goes. On Jun 30, 12:56 pm, Ahmet Emre Aladağ wrote: > On Tue, Jun 30, 2009 at 7:36 PM, Divesh Gidwani wrote: > > > So I have had a pretty smooth transition so far, but am now stuck when > > at the end

Re: Tutorial 2 - Template Dirs

2009-06-30 Thread Ahmet Emre Aladağ
On Tue, Jun 30, 2009 at 7:36 PM, Divesh Gidwani wrote: > > So I have had a pretty smooth transition so far, but am now stuck when > at the end of tutorial 2, it asks to specify my directory of tempaltes > in the settings.py file under the template_dirs tuple. > > Where are

Re: Tutorial 2 - Template Dirs

2009-06-30 Thread Dhruv Adhia
Look for .html files, they are your templates and find out where they are then enter the whole path in template_dirs tuple. On Tue, Jun 30, 2009 at 9:36 AM, Divesh Gidwani wrote: > > So I have had a pretty smooth transition so far, but am now stuck when > at the end of

Tutorial 2 - Template Dirs

2009-06-30 Thread Divesh Gidwani
So I have had a pretty smooth transition so far, but am now stuck when at the end of tutorial 2, it asks to specify my directory of tempaltes in the settings.py file under the template_dirs tuple. Where are the templates i created stored? Sorry, Newbie at Django, but looking to help out in the