Yet another school data management system
- Install Mariadb from mariadb.org
- run
CREATE USER 'admin'@'localhost IDENTIFIED BY '12345678';
- run
GRANT ALL PRIVILEGES ON *.* TO 'admin'@'localhost';
- run
CREATE DATABASE sdb_db;
- run
python manage.py make migrations
andpython manage.py migrate
- At last, run
python manage.py runserver
- If you want to access admin panel, create superuser by
python manage.py createsuperuser
- cd into main folder
- run
python manage.py runserver
- Veiw the rendered page at localhost:8000
- Python 3.7+
- MariaDB
- Django
- Pandas
- Openpyxl
- Bus management
- User login and logout(Teachers and students)
- Staff management
- Time Table allocation
- Attendence
- Fee management