Subhankar4901 / TSG-web-hackathon-backend

A repository for TSG website hackathon 2021
MIT License
2 stars 1 forks source link

A Utility to create all users from local sheet in database #16

Closed shobhit10058 closed 2 years ago

shobhit10058 commented 2 years ago

There will be sheet containing roll number, email id etc of the students. This can be used to fill the user table initially. So, a utility function needs to be created for that.

shobhit10058 commented 2 years ago

Similarly, there will be a sheet containing the username and password of officials, create them as users too.

shobhit10058 commented 2 years ago

done