python - How Initialize web2py with password in terminal -


i need create terminal alias inicialize web2py, dont see how initialize web2py password parameter. edit "~/.bashrc" this:

alias w2p="python web2py -p 8000"

and need put password here too.

exists parameter ou way?

the -a argument sets password:

alias w2p="python web2py -p 8000 -a yourpassword" 

Comments

Popular posts from this blog

jquery - How do you format the date used in the popover widget title of FullCalendar? -

Bubble Sort Manually a Linked List in Java -

asp.net mvc - SSO between MVCForum and Umbraco7 -