tjcsl / tin

Turn-In: A code autograder for CS classes
https://tin.tjhsst.edu
GNU General Public License v3.0
2 stars 6 forks source link

Fix hacky implementation of `create_debug_users.py` #68

Closed JasonGrace2282 closed 1 month ago

JasonGrace2282 commented 3 months ago

Django has a convenient django.setup() function to avoid the manage.py hackery we did. I tested the modified script, and it worked successfully.

Additionally, I changed it to use getpass.getpass instead of input because it bothered me to enter a password in plaintext.

JasonGrace2282 commented 1 month ago

Superseeded by #86