Model object can be created in the admin, but cannot be edited after saving?
0 views
Skip to first unread message
marshall
unread,
Jan 25, 2012, 4:06:44 PM1/25/12
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Django users
I've got a model that serves as a front-end to spawn celery tasks
called LaryerImportTask. I want the admin user to be able to create
LayerImportTask objects in the admin, but I don't want them to be able
to change it in the admin after it's been created. Any ideas on how I
could do this?