Re: django 1.8 customize site title

2015-09-10 Thread frocco
Thank you for sharing this. On Monday, May 4, 2015 at 12:46:08 PM UTC-4, André Luiz wrote: > > You can do it in in urls.py for example[1] > > [1]: https://gist.github.com/dvl/0bed149bee4556b32d7a > > 2015-05-02 5:55 GMT-03:00 drakkan : > >> Hi, >> >> I would like to customize

Re: django 1.8 customize site title

2015-05-05 Thread drakkan
the problem was caused by django-admin-bootstrapped Il giorno lunedì 4 maggio 2015 18:46:08 UTC+2, André Luiz ha scritto: > > You can do it in in urls.py for example[1] > > [1]: https://gist.github.com/dvl/0bed149bee4556b32d7a > > 2015-05-02 5:55 GMT-03:00 drakkan : > >> Hi,

Re: django 1.8 customize site title

2015-05-04 Thread André Luiz
You can do it in in urls.py for example[1] [1]: https://gist.github.com/dvl/0bed149bee4556b32d7a 2015-05-02 5:55 GMT-03:00 drakkan : > Hi, > > I would like to customize django 1.8 site title without override the > template using AdminSite, > > I customized AdminSite as

django 1.8 customize site title

2015-05-02 Thread drakkan
Hi, I would like to customize django 1.8 site title without override the template using AdminSite, I customized AdminSite as per doc here: https://docs.djangoproject.com/en/1.8/ref/contrib/admin/#customizing-the-adminsite-class this seems to work, however the html title still has "Django