Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

This Employee Management System performs basic CRUD Operations using Django, Python & Bootstrap.

Notifications You must be signed in to change notification settings

NextGenGk/Employee-Management-System-In-Python-Django

Open more actions menu

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Employee Management System

An Employee Management System in Django keeps track of all of the employee’s information and data. We’ve created all of the employee's and company crud (create, read, update, and delete) operations. This is a role-based module in which the admin can perform any operation on the data.

Python Django Bootstrap MySQL

Features

• Add Employee - The admin can add the employee in this software.

• View Employee Details - The admin can view the list of all employee details.

• Update Employee Details - The admin can edit the employee details and information.

• Delete Employee - The admin can remove the employee from the database.

This Application was created using Python, Django, HTML/CSS, and Bootstrap.

Sample video of this Project

Employee Management System -

Emp.mp4

Installation

This requires Python v3.8+ and Django v4.0.4+ to run.

  pip install -r requirements.txt

Add your database name (change settings.py file)

  DATABASES = {
    'default': {
        'ENGINE': 'django.db.backends.mysql',
        # 'NAME': BASE_DIR / 'db.sqlite3',
        'NAME': 'newemp', # add you database name (schema name eg: newemp)
        'USER': 'root',
        'PASSWORD': 'root',
        'HOST': 'localhost',
        'PORT': '3306'
    }
  }

Update your database (By Applying migrations)

python manage.py migrate

Install the dependencies and start the server.

  python manage.py runserver

About

This Employee Management System performs basic CRUD Operations using Django, Python & Bootstrap.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Morty Proxy This is a proxified and sanitized view of the page, visit original site.