Re: changes to .py file is not reflected until server is restarted.

2011-09-21 Thread vijaymohan
i did't modify httpd.conf i just included the below line in /etc/httpd/conf.d/python.conf LoadModule python_module modules/mod_python.so SetHandler python-program PythonHandler django.core.handlers.modpython SetEnv DJANGO_SETTINGS_MODULE mysite.settings PythonOption django.root /

Re: changes to .py file is not reflected until server is restarted.

2011-09-21 Thread vijaymohan
i am in very early stage of learning django. if you don't mind could you tell me what the bootstrapper is ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-

Re: changes to .py file is not reflected until server is restarted.

2011-09-21 Thread vijaymohan
[vijay]$ cd /var/www/html/mysite/ [vijay mysite]$ ls __init__.py manage.py settings.py templates urls.py views.py modified views.py file. -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://gro

Re: changes to .py file is not reflected until server is restarted.

2011-09-21 Thread vijaymohan
i am using Apache, touch approach is not working for me.Is there any change i need to make in httpd.conf ? -- You received this message because you are subscribed to the Google Groups "Django users" group. To view this discussion on the web visit https://groups.google.com/d/msg/django-users/-

changes to .py file is not reflected until server is restarted.

2011-09-21 Thread vijaymohan
I am new to django and did't find solution googling. i changed a .py file in my app and hit refresh button on web browser but the changes are not reflected until i restart the httpd. is there any flag i need to set this to happen. I set PythonAutoReload On in python.conf. Changes to template file