Django .py file code changes don't reflect on production server

I made a few changes in two .py files and when I transfer those files through Filezilla to my remote sides the changes in the production server don't reflect. What do I do any suggestions guys?

systemctl restart gunicorn is the command that will help you with this problem as @swapnilchopra has told in comments.

Back to Top