Forums

Second webapp doesn't work

Hi,

I wanted to create a second webapp here:

/home/dev/mysite/flask_app.py

but it says:

Permission denied: You do not have write permissions for directory /home

?

Thanks

Your home directory is /home/pythonman, so if you already have a web app at /home/pythonman/mysite/, then you can add new ones anywhere else underneath /home/pythonman -- for example, /home/pythonman/mynewsite, /home/pythonman/myothernewsite, and so on.