Allow only one record in admin.ModelAdmin !

2011-05-04 Thread Toninho Nunes
Hi, I have a table named Config, I need just only to limit to one record, are there a method or property to do this? any tip ou advice how to proceed? I use the admin.ModelAdmin. details: Django Version 1.3 Ubuntu 10.10 - 64bits PostGresql 8.4 Thanks, Toninho Nunes -- You received this

Re: Allow only one record in admin.ModelAdmin !

2011-05-04 Thread Toninho Nunes
> is it something like you want one user to add only one record to certain > table from admin?? > > On Wed, May 4, 2011 at 10:41 AM, Toninho Nunes wrote: > > > > > > > > > Hi, > > > I have a table named Config, I need just only to limit to one recor