Hi, if you are talking about python files, just add something like py-autoreload=1 <http://uwsgi-docs.readthedocs.org/en/latest/Options.html#py-autoreload>
to your uwsgi config. If you are talking about django templates not being reloaded, you probably have django.template.loaders.cached.Loader <https://docs.djangoproject.com/en/dev/ref/templates/api/#django.template.loaders.cached.Loader> set up. On Wed, Dec 3, 2014 at 10:52 PM, Manivel Rajendran <[email protected]> wrote: > Hi, > The django works fine, but modified pages can't be seen unless i > restart uwsgi. i didn't config anything about cache. > > It works well with "python manager runserver", but have this problem > when working with nginx+uwsgi. > > This is my "uwsgi.ini" file > > > > > > > > > > > > > > *[uwsgi]socket=/var/run/uwsgi/test_uwsgi.sockvirtualenv=/test/django_test/test_virtualenvchdir=/test/django_test/testmodule=test.wsgi:applicationuid=apachegid=apachemaster=Trueworkers=8pidfile=/test/django_test/test/uwsgi-master.pidmax-requests=5000daemonize=/var/log/uwsgi/django_test.log* > > Kindly help me. > > > > *Thanks & RegardsManivel Rajendran* > > > _______________________________________________ > uWSGI mailing list > [email protected] > http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi > >
_______________________________________________ uWSGI mailing list [email protected] http://lists.unbit.it/cgi-bin/mailman/listinfo/uwsgi
