I am slowly learning django, so my question might sound really easy. Please let this not stop you from helping out.
I installed django 1.1.1 on dreamhost following the informatins here: http://wiki.dreamhost.com/Django It should be using Passenger WSGI, whatever that is ( :) ) I then went to learn django through the tutorial. I worked my way through tutorial 1: http://docs.djangoproject.com/en/dev/intro/tutorial01/ and I am now in tutorial 2 http://docs.djangoproject.com/en/dev/intro/tutorial02 One thing that should be noted is that I did not install django on my computer but on dreamhost directly. I then went to mysite/admin where I found the admin part of django. When I tried to We are now on tutorial 2, where it says: "You'll need to restart the development server to see your changes. Normally, the server auto-reloads code every time you modify a file, but the action of creating a new file doesn't trigger the auto- reloading logic." Which is here: http://docs.djangoproject.com/en/dev/intro/tutorial02/#make-the-poll-app-modifiable-in-the-admin But I am not running my own server, I am doing the changes directly on site (on a personal part of the site). So how do I tell the Apache server that he should consider the new file or restart the server? Many thanks, Pietro -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.