How to create a custom admin panel for many models

2014-07-04 Thread 9devmail
I want to create a custom ModelAdmin, but for a mix of models, not just one. I have two example models: class Article(models.Model): author = models.GenericIPAddressField() # ... class Comment(models.Model): author = models.GenericIPAddressField() # ... Now I want to be able t

Re: Custom Admin Panel

2012-10-30 Thread Some Developer
On 30/10/2012 12:06, Bill Freeman wrote: On Mon, Oct 29, 2012 at 12:13 PM, Some Developer wrote: Hi, I'm in the process of writing a Django site and one of the requirements is that it have a custom admin panel and a custom control panel but I am having some problems coming up with the

Re: Custom Admin Panel

2012-10-30 Thread Bill Freeman
On Mon, Oct 29, 2012 at 12:13 PM, Some Developer wrote: > Hi, > > I'm in the process of writing a Django site and one of the requirements is > that it have a custom admin panel and a custom control panel but I am having > some problems coming up with the best way to org

Custom Admin Panel

2012-10-29 Thread Some Developer
Hi, I'm in the process of writing a Django site and one of the requirements is that it have a custom admin panel and a custom control panel but I am having some problems coming up with the best way to organise my application. My initial idea was to have the admin (and control) pane