Welcome to the Student Attendance and Notes Monitoring System repository! This web application is built using Django and serves as a tool to help monitor student attendance and record important notes within your school.
-
Attendance Tracking: Easily track student attendance on a daily basis. Teachers can mark students as present or absent.
-
Note Recording: Teachers can record notes about students, including academic progress, behavior, and other relevant information.
-
User-Friendly Interface: The user interface is designed to be intuitive and easy to use for teachers and administrators.
-
Secure Authentication: Secure user authentication system to ensure that only authorized personnel can access and update student information.
-
Clone this repository to your local machine using:
https://github.com/ymankh/kufr-awan-school-django-management-system.git
-
Navigate to the project directory:
cd kufr-awan-school-django-management-system
-
Install the required dependencies using:
pip install -r requirements.txt
-
Set up the database:
python manage.py migrate
-
Create a superuser account:
python manage.py createsuperuser
-
Start the development server:
python manage.py runserver
-
Access the application through your web browser at
http://localhost:8000
.
-
Log in using your superuser account.
-
Navigate to the attendance section to start marking student attendance.
-
Record notes for individual students in the notes section.
Contributions are welcome! If you encounter any issues or have ideas for improvements, feel free to open an issue or submit a pull request.
This project is licensed under the MIT License - see the LICENSE file for details.
For any questions or assistance, feel free to reach out to me, Yaman, the creator and maintainer of this project.
Contact Information:
- Email: [email protected]
- LinkedIn: https://www.linkedin.com/in/yaman-alkhashashneh
Thank you for using the Student Attendance and Notes Monitoring System!
Note: This README provides a general overview. For detailed installation and usage instructions.