Python Developer Django Task
Python Developer Django Task
Description: you have to create employee app with the following features
1. Creating an employee
2. Update employee
3. Get list of all employees
4. Delete an employee
Note:
● Write code using exception handling only, without exception
handling we won’t consider.
● Write comments for each method
● Use camelCase for variables and function names
● Please use ajax for creating a new employee/edit an employee.
● Please use ajax for delete an employee
● Please use ajax for shing list of employees.
name string
email string
age int
gender string
Phone No string
Address Details dictionary
hno string
street string
city string
state string
To Date string
address string
percentage double
title string
description string
● Show the list of all employees in tabular form with name, email, age, gender
And give option to edit and delete employee