C
C
cegthgtlhj2020-08-20 23:06:10
Django
cegthgtlhj, 2020-08-20 23:06:10

Django. Is Django superuser needed on a production server?

website powered by Django + MySQL. There are 50 tables, which visitors are not expected to change. There is no registration on the site. I do not plan to use the superuser myself either.
Should the superuser be removed or left?
Are there big security issues if Django is left as superuser?
mywebsite.com/admin
Thanks

Answer the question

In order to leave comments, you need to log in

1 answer(s)
D
Dr. Bacon, 2020-08-21
@cegthgtlhj

If his login-password is not admin admin or something like that, then there will be no problems. If it’s easier for you just from the very fact of its absence, then of course delete or simply remove the is_superuser property

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question