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

shopping cart - Page redirect not working PHP -

php - How to modify a menu to show sub-menus -

python - Installing PyDev in eclipse is failed -