Re: Provide editable single text field (through admin) w/o using a whole model

2012-09-03 Thread RK
I've had a look at the constance app and it meets my reqs pretty good. I'm installing it now, thank's for the feedback. Russell thank you for the thorough answer, it did make some ideas bubble, saddly I'm not a big wheel re-inventor, at least not in django. The waste for me was to code

Provide editable single text field (through admin) w/o using a whole model

2012-09-01 Thread Joni Bekenstein
There are 2 answers to your question here: https://groups.google.com/forum/m/?fromgroups#!topic/django-users/0uU1zYH_yOw -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit

Provide editable single text field (through admin) w/o using a whole model

2012-08-31 Thread Romain Knezevic
I'd like to have a single text field that stands for the text in the homepage, and editable in the admin panel, what way would you do this ? Having a whole class for this seems like a waste to me, except if there's maybe a way to set/limit the number of entries properly in the model ? (I'm