DEV Community

Discussion on: Why you should learn Python in 2021?

Collapse
 
abidgulshahid profile image
Abid Gul Shahid • Edited

Right now i have a Final Year Project in which i have to create a College Management System where students (Semester 1,2,3,4,5,6,7,8) can see their result, grades, and other activites, teachers manage students, quizes etc and admin manage all those activites. now i am confused Django would be a good choice for this or NodeJS. PS: i know about Javascript and Python. Let me know what your suggesting and why.

Thread Thread
 
stribny profile image
Petr Stříbný

Django is a better choice for this project for sure.

Thread Thread
 
abidgulshahid profile image
Abid Gul Shahid

would you Please DM me i want to discuss about User Model ??

Thread Thread
 
abidgulshahid profile image
Abid Gul Shahid

My question is: how to make this kind of models where semester 1 students view their own data and semester 2 view their own and so on... is it possible in DJANGO?

Thread Thread
 
stribny profile image
Petr Stříbný

What you want is to implement authorization (docs.djangoproject.com/en/3.1/topi...).