how to make a superuser in django
$ python manage.py createsuperuserhow to make a superuser in django
$ python manage.py createsuperuserpython script superuser
#!/usr/bin/env python                                                           
import sys                                                                      
import pyttsx                                                                   
def main():                                                                     
        print 'running speech-text.py...'                                       
        engine = pyttsx.init()                                                  
        str = "Hi..."                                    
        if len(sys.argv) > 1:                                                   
                str = sys.argv[1]                                               
        engine.say(str)                                                         
        engine.runAndWait()                                                     
if __name__ == '__main__':                                                      
        main()python script superuser
sudo chown root:root /usr/bin/speech-test.py
sudo chmod 4755 /usr/bin/speech-test.pyCopyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us
