Am 11.12.2006 um 16:20 schrieb spako:

>
> i'm using django.contrib.admin for the cms of the site i am building.
>
> there are a bunch of things i want to do with the cms that i think
> might be possible, i've just not found much documentation for this
> addon, these things include:
>
> * replacing a field's output in edit view to what i want (i.e. embed a
> video player into the cms in place of a "video_code" field)
> * remove "add" functionality on objects in the cms

remove permissions for adding objects

> * only display certain fields (not allow them to be edited)

editable = false
http://www.djangoproject.com/documentation/model_api/#editable


patrick.

>
> any pointers to docs that explain how to do this would be  
> appreaciated.
>
>
> >


--~--~---------~--~----~------------~-------~--~----~
 You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to