Checking Django and setting permissions

To make sure that Django is working and producing Web pages, try going to the URL: pc110.cs.ucdavis.edu:10000/django (where 10000 is your 5-digit number). You should see a 404 page talking about django. If instead you get a 500 server error page, some permission is wrong somewhere. Let's run through the following drill. Start in directory /var/www/yourname (where yourname is your login name).