Thanks for describing the four possible reactions. My main concern is organisation, alas I imagine a Django solution, not just one for me. So the model needs to know about the view, i.e. we'd need a read-only attribute in models.py table definitions, so that a) Developer sets the attribute manually in models.py or b) manage.py inspect recognizes the views and sets the attribute
Then I can use the attribute in my code, and I'd expect admin to leave away the Update/create option in this case. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. 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.

