Register multiple models to show in admin page

2010-03-09 Thread andrew_scfc
Hi, I'm new to using Django and have come across some redundancy in my implementation that I would like to irradicate. I have defined several models in the models.py file as normal. I would like to register all of my models to be available via the admin interface. Currently I need to register mod

Re: Register multiple models to show in admin page

2010-03-09 Thread rebus_
On 9 March 2010 10:31, andrew_scfc wrote: > Hi, > > I'm new to using Django and have come across some redundancy in my > implementation that I would like to irradicate. > > I have defined several models in the models.py file as normal. I would > like to register all of my models to be available vi