Re: Customize admin page title (from tutorial)

2014-10-21 Thread Pat Claffey
On Saturday, October 18, 2014 1:16:32 PM UTC+1, pranee...@gmail.com wrote: > > Hi, > I am new to django. I am following Django tutorial(part2). I want to > know how to customize title of my admin page from "*Django > administration" to " some Text".* Help me..*! *Thanks in advance.. >

Re: Customize admin page title (from tutorial)

2014-10-20 Thread Carl Meyer
Hi Pat, On 10/18/2014 03:47 PM, Pat Claffey wrote: > Hi, > yes this is possible. I have recently done this tutorial and succeeded > in customizing the title. > In my opinion the instructions in this part of the tutorial are hard to > understand. Here is what I did: > > 1.0 Navigate to the proj

Re: Customize admin page title (from tutorial)

2014-10-18 Thread Russell Keith-Magee
Or, if you're using Django 1.7, you can change the site header (amongst other labels) as a configuration item: https://docs.djangoproject.com/en/1.7/ref/contrib/admin/#adminsite-attributes Yours, Russ Magee %-) On Sun, Oct 19, 2014 at 5:47 AM, Pat Claffey wrote: > Hi, > yes this is possible.

Re: Customize admin page title (from tutorial)

2014-10-18 Thread Pat Claffey
Hi, yes this is possible. I have recently done this tutorial and succeeded in customizing the title. In my opinion the instructions in this part of the tutorial are hard to understand. Here is what I did: 1.0 Navigate to the project directory mysite/mysite/ 2.0 Create a new sub-directory cal

Re: Customize admin page title (from tutorial)

2014-10-18 Thread Andreas Kuhne
I don't know if it is possible, but you can do it with the django-grappelli plugin Med vänliga hälsningar, Andréas Kühne Software Development Manager Suitopia Scandinavia AB 2014-10-18 14:16 GMT+02:00 : > Hi, > I am new to django. I am following Django tutorial(part2). I want to > know how

Customize admin page title (from tutorial)

2014-10-18 Thread praneeth4990
Hi, I am new to django. I am following Django tutorial(part2). I want to know how to customize title of my admin page from "*Django administration" to " some Text".* Help me..*! *Thanks in advance.. -- You received this message because you are subscribed to the Google Groups "Django u