In the django documentation I found how to create, read, update and delete on a single model (Author) with django (
see here). In my application I want to create, read, update and delete master data of an "
employee". I could implement the
employee_create view. Is there a recommended way to implement update and detail (Read) views? Pointers to applications that perform similar things are appreciated.