0% found this document useful (0 votes)
12 views

Python Developer Django Task

Python

Uploaded by

redmitalkgm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
12 views

Python Developer Django Task

Python

Uploaded by

redmitalkgm
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

TASK: Develop employee management app using Django

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.

● Create/edit an employee form with all the fields mentioned below.

KEY AND DATATYPES


KEY DATE TYPE

name string

email string

age int

gender string

Phone No string
Address Details dictionary

hno string

street string

city string

state string

Work Experience List of dictionaries

Company Name string

From Date string

To Date string

address string

Qualifications List of dictionaries

Qualification Name string

percentage double

projects List of dictionaries

title string

description string

photo Base64 image data

● Show the list of all employees in tabular form with name, email, age, gender
And give option to edit and delete employee

You might also like

pFad - Phonifier reborn

Pfad - The Proxy pFad of © 2024 Garber Painting. All rights reserved.

Note: This service is not intended for secure transactions such as banking, social media, email, or purchasing. Use at your own risk. We assume no liability whatsoever for broken pages.


Alternative Proxies:

Alternative Proxy

pFad Proxy

pFad v3 Proxy

pFad v4 Proxy