Posts

Staff Leave Management System Using Django Python SQLite

Image
  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

Blog Management System Using Django Python

Image
  Blog Management System Project is a web-based application that automates the existing manual system with the help of computerized equipment and full-fledged computer software, fulfilling their requirements, so that their valuable information can be stored for a long period with easy access and manipulation of the same. The required software and hardware are easily available and easy to work with. 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. Blog Management System Project is a web-based application that automates the existing manual system with the help of computerized equipment and full-fledged computer software, fulfilling their requirements, so that their valuable informa

Student Registration/Enrollment System in Python Django

Image
  “ Student Enrolment System ” is a web-based application that manages all the information of the students by schools. It includes managing data such as name, father’s name, email-id, communication address, gender, which school they are in, etc. In this Python project, we will build a GUI-based “Student Enrolment System” Project using Django and db SQLite. It is an intermediate-level project, where you will learn how to use databases, and modules and make some great GUIs in Python and apply them in real life. Student Enrolment System has the following section Registrations: In this section, the school administration fills the student registration details. Registered: In this section, all registered student details have been shown. Search: In this section, students can be searched by his/her name, father’s name, and mother’s name. Manage: In this section, the school administrator update and delete the information of students. Click Here :  https://phpgurukul.com/student-registration-enr

HTML – Meta Tags

Image
Meta tags are HTML elements that provide information about a webpage to search engines and web browsers. They are placed within the   <head>   section of an HTML document. Here are some examples of commonly used meta tags: Title Tag : Specifies the title of the webpage. It is displayed in the title bar of a browser and as the main headline in search engine results. 1 2 3 4 < head >    < title > My Webpage Title < / title > < / head >   Description Tag : Provides a brief description of the webpage’s content. It is often displayed as a snippet in search engine results. 1 2 3 4 < head >    < meta name = "description" content = "This is a brief description of my webpage." > < / head >   Keywords Tag : Specifies a list of keywords or phrases that are relevant to the webpage’s content. However, search engines nowadays typically don’t rely heavily on this tag for ranking purposes. 1 2 3 4 < head >    < meta name = &