Re: Single record models

2012-08-22 Thread Joe Tennies
Please use the django-users mailing list. This is for the development of Django itself. Thanks, Joe On Wed, Aug 22, 2012 at 7:30 PM, Richard Dodd wrote: > Is this the solution I'm looking for > https://github.com/sciyoshi/django-dbsettings? I'm looking for similar > fields to the models, but 1 o

Re: Single record models

2012-08-22 Thread Richard Dodd
Is this the solution I'm looking for https://github.com/sciyoshi/django-dbsettings? I'm looking for similar fields to the models, but 1 offs On Thursday, August 23, 2012 1:05:05 AM UTC+1, Richard Dodd wrote: > > I want to design a website where the user can edit sections such as their > contact

Single record models

2012-08-22 Thread Richard Dodd
I want to design a website where the user can edit sections such as their contact details, and I would like it to be integrated into the admin interface. A model would not be suitable since there would only be 1 record. Do you think the community would be interested in this functionality, and i