A fully functional project based on School Management System which uses Python with Django Web Framework.
Contains the features below:
- Academic Terms Registration
- Account Management
- Address Management
- User Administration Management
- Attendance management
- Employee Management
- Student & Teacher Management
- HTML , CSS & JS
- BootStrap
- Python & Django
- sqLite for the database
- Create a virtual Environment & activate it : virtualenv venv
- Install the requirements listed in requirements.txt: pip install -r requirements.txt.
- python manage.py makemigrations
- python manage.py migrate
- python manage.py runserver