Report this

What is the reason for this report?

Python web page not updating/changing

Posted on March 14, 2020

I followed the guide here, which worked fine.

/community/tutorials/how-to-serve-flask-applications-with-uswgi-and-nginx-on-ubuntu-18-04

But when I change content within the myproject.py file nothing changes!

eg:

return "<h1 style='color:blue'>Hello There!</h1>"

to

return "<h1 style='color:blue'>Hello World!</h1>"

I am hoping there is some kind of setting that will just use the new pages as I have uploaded them and not cache any code files.

?



This textbox defaults to using Markdown to format your answer.

You can type !ref in this text area to quickly search our full set of tutorials, documentation & marketplace offerings and insert the link!

These answers are provided by our Community. If you find them useful, show some love by clicking the heart. If you run into issues leave a comment, or add your own answer to help others.

Hello,

What you need to do is change your uwsgi.ini file and add:

touch-reload = /home/path/to/app.py

Then run touch app.py, this will reload uWSGI without having to restart it manually.

The developer cloud

Scale up as you grow — whether you're running one virtual machine or ten thousand.

Get started for free

Sign up and get $200 in credit for your first 60 days with DigitalOcean.*

*This promotional offer applies to new accounts only.