Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix hacky implementation of create_debug_users.py #68

Closed
wants to merge 1 commit into from

Conversation

JasonGrace2282
Copy link
Member

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 JasonGrace2282 added the maintenance Dependencies, deprecation warnings, etc. label Aug 6, 2024
@JasonGrace2282 JasonGrace2282 self-assigned this Aug 6, 2024
@JasonGrace2282 JasonGrace2282 requested a review from a team as a code owner August 6, 2024 18:25
@JasonGrace2282 JasonGrace2282 changed the title Remove hacky implementation of create_debug_users.py Fix hacky implementation of create_debug_users.py Aug 6, 2024
@JasonGrace2282
Copy link
Member Author

Superseeded by #86

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
! INTERNAL maintenance Dependencies, deprecation warnings, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant