school manager system written with Django
the database is PostgreSQL
a system that you can manage your school and things like that,
you can manage your teachers, students, classes, etc.
- better management
- more productivity for teachers and students
- just makes management easier (dear school manager)
- create each routes templates.
- create views for each app.
- add teachers app. (0)
- add some data to database. (1)
- add forms for creating new student, class, book, etc. and their views. (2)
- add user authentication. (3)
- add user permission. (4)