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

Figure out is_superuser #8

Open
TheOriginalSoni opened this issue Feb 10, 2024 · 1 comment
Open

Figure out is_superuser #8

TheOriginalSoni opened this issue Feb 10, 2024 · 1 comment
Labels
question Further information is requested

Comments

@TheOriginalSoni
Copy link
Collaborator

is_superuser is a default setting on Myus users inside the database. Is that used anywhere? Should it?

@TheOriginalSoni TheOriginalSoni added the question Further information is requested label Feb 10, 2024
@betaveros
Copy link
Contributor

This is a default Django concept, see e.g. https://docs.djangoproject.com/en/5.0/ref/django-admin/#createsuperuser It allows you to access https://www.puzzlehuntmy.us/admin/ and edit all the models with a nice interface (including models that are hooked up but not editable such as GuessResponse #26 and AdditionalGuessGrant #30). This may not be very useful for everyday operations, of course.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
question Further information is requested
Projects
None yet
Development

No branches or pull requests

2 participants