Re: Customize admin site labels

2014-12-17 Thread Collin Anderson
Hi, I think this is what you want: https://docs.djangoproject.com/en/dev/ref/contrib/admin/#customizing-adminsite Collin On Monday, December 15, 2014 12:00:17 PM UTC-5, Xairi Valdivia Maker wrote: > > Hi all. > > I was trying to customize the Django admin site today. I'm strating trying > to ch

Customize admin site labels

2014-12-15 Thread Xairi Valdivia Maker
Hi all. I was trying to customize the Django admin site today. I'm strating trying to change the labels Django admin in the login and in the admin site for something else, but i can't. I found this: https://docs.djangoproject.com/en/1.7/ref/contrib/admin/#adminsite-attributes But i don't know