top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What is the superuser in python? What is the use and how to create?

0 votes
362 views
What is the superuser in python? What is the use and how to create?
posted Jul 30, 2018 by Ujjwal Mehra

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

Python superuser is the one going to access the databases.

For creating superuser in python : python manage.py createsuperuser

answer Aug 25, 2018 by Sandeep Bedi
Similar Questions
0 votes

I want to create a random float array of size 100, with the values in the array ranging from 0 to 5. I have tried random.sample(range(5),100) but that does not work. How can i get what i want to achieve?

+2 votes

Also is there a way to detect if the user presses a key in Python that works on most OS's? I've only seen 1 method and that only works in Python 2.6 and less. If you get the key, can you store it in a variable?

...