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 sectio

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