Hi everyone, In the django documentation I found how to create, read, update and delete on a single model (Author) with django (see here <http://boeser.ch/informatik/crud-model.html>). In my application I want to create, read, update and delete master data of an "employee <http://boeser.ch/informatik/employee-master-data.pdf>". I could implement the employee_create <http://boeser.ch/informatik/crud-advanced.html> view. Is there a recommended way to implement update and detail (Read) views? Pointers to applications that perform similar things are appreciated.
Regards, Sam -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/django-users. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/21e80e94-dca1-4893-a55a-1d7d840b7688%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.

