9π
Are 100% sure you are looking at the right server you are making the changes to? I know that sounds stupid but, why donβt you stop Apache, can you still run the page then? IF you can then you definitely donβt have the correct server.
If not, next try reloading Apache (thats different from restarting).
sudo service apache2 reload
If this still does not work then post your Apache setup, if must be looking on the wrong folder to the one your pushing to.
2π
You have to restart your server (WSGI, UWSGI or whatever your use on production environment)
- Is it possible to make a mobile app in Django?
- Multiple default values specified for column "id" of the table
- Call method once to set multiple fields in Django Rest Framework serializer
- Django β Access fields on a model's "through" table from an instance
1π
If you use uwsgi as gateway set touch-reload param in uwsgi settings
and you need just
$ touch <your-touch-reload-file>
in console for reflecting on changes
If you use apache with mod_python or mod_wsgi, you have to restart apache for apply changes