Staff Leave Management System Using Django Python SQLite

The Staff Leave Management System (SLMS) is a web-based application that can be accessed throughout the organization or a specified group/Dept. Staff Leave Management System Project can be used to automate the workflow of leave applications and their approvals.

Project ModulesThe modules involved are:

Administration
Staff
Admin Module details

Admin can add a Staff and also update the Staff info.
Admin can also manage the leave application (approve and not approve).
Whenever a Staff applies for leave admin will get a notification.
Admin can change own password after login.
Admin can also view admin dashboard.
Staff Module

The Staff can log in with a valid email and password.
Update his/her profile
Applied for leave
View the leave history
Change his/ her password
Click here: https://phpgurukul.com/staff-leave-management-system-using-django-python-sqlite/

How to run the Staff Leave Management System Django Python

1. Download the zip file

2. Extract the file , copy staffleave folder and paste on the desktop

3. Open PyCharm and click on the terminal

4. Go to the desktop->staffleave->slms directory using cd command as below

5. Go to the desktop->staffleave->slms directory using cd command and run the server using command

Python manage.py runserver

After running the above command you will get the below screen

Now click the url http://127.0.0.1:8000 and the Project will Run

PHP Gurukul

Welcome to PHPGurukul. We are a web development team striving our best to provide you with an unusual experience with PHP. Some technologies never fade, and PHP is one of them. From the time it has been introduced, the demand for PHP Projects and PHP developers is growing since 1994. We are here to make your PHP journey more exciting and useful.

Website : https://phpgurukul.com

Staff Leave Management System Using Django Python SQLite