Re: Admin custom template

2013-11-20 Thread Luca Corti
On 19/nov/2013, at 11:29, Mrinmoy Das wrote: > I have made a functionality where a user can input address through google map > on a site. Now the thing is, how can I enable the same stuff on django admin > panel? I am using django-grappelli. Any help guys? > > I have

Re: Admin custom template

2013-11-19 Thread Mrinmoy Das
yup. tried. didnt worked. I am using django 1.6 On Nov 19, 2013 9:17 PM, "Rafael E. Ferrero" wrote: > are you try reading this? > https://docs.djangoproject.com/en/1.5/ref/contrib/admin/#overriding-admin-templates > > > 2013/11/19 Mrinmoy Das >

Re: Admin custom template

2013-11-19 Thread Sergiy Khohlov
also take a look at https://docs.djangoproject.com/en/dev/ref/contrib/gis/forms-api/ Anyway I would like to write those code by myseld and do not use default admin interface Many thanks, Serge +380 636150445 skype: skhohlov On Tue, Nov 19, 2013 at 5:48 PM, Rafael E. Ferrero

Re: Admin custom template

2013-11-19 Thread Rafael E. Ferrero
i mean... carefully ? 2013/11/19 Rafael E. Ferrero > are you try reading this? > https://docs.djangoproject.com/en/1.5/ref/contrib/admin/#overriding-admin-templates > > > 2013/11/19 Mrinmoy Das > >> any help guys? >> On Nov 19, 2013 6:54 PM,

Re: Admin custom template

2013-11-19 Thread Rafael E. Ferrero
are you try reading this? https://docs.djangoproject.com/en/1.5/ref/contrib/admin/#overriding-admin-templates 2013/11/19 Mrinmoy Das > any help guys? > On Nov 19, 2013 6:54 PM, "Mrinmoy Das" wrote: > >> Hi, >> >> I have made a functionality

Re: Admin custom template

2013-11-19 Thread Mrinmoy Das
any help guys? On Nov 19, 2013 6:54 PM, "Mrinmoy Das" wrote: > Hi, > > I have made a functionality where a user can input address through google > map on a site. Now the thing is, how can I enable the same stuff on django > admin panel? I am using >

Admin Custom Template

2011-10-28 Thread Vishnu vg
Hi Django guys, I want to customize an admin form. I heard that we can customize django admin template by putting template file called template change_list.html in template folder. My model is like this cms.model.application. So for the application model how can i create custom templates in