ModelClass Form Help

2011-10-18 Thread Vishnu vg
Hi Friends, Iam a beginner in django. I am developoing a contact form page. I created a modelclass called 'contacts' and then created a a modelFormClass from that model. I have two comboboxes in form called 'state' and 'city'. While selecting state it should display all city beloing to that partic

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 admin.