Re: Field in admin not editable but still visible

2009-12-08 Thread gentlestone
There are many posibilities: 1. Update the admin template for the app and model and include field variable into appropriate block 2. Update the form in admin and include the field with editable=false in widget properties 3. Update the view function and include a new value into template data On 4.

Field in admin not editable but still visible

2009-12-04 Thread grimmus
Hi, I have a hit_count integer field on my model with a default value of 0 In the admin area i would like to show this field (to see the amount of hits) but make it not editable. Is there any easy built in way to do this ? Thanks for any tips. -- You received this message because you are subs