I've been through the tutorial pages (which are great!) and managed to get all
that working without any fuss. I'm contemplating using Django for my
company's website since I could integrate a few applications so that others
can post job openings, and do some other miscellaneous things. I decided it
would be best to start with a real world example though. :-) So I tried
getting the
djangoproject.com site up and running on my machine. It runs,
but unfortunately, it complains that it can't find any pages. Not the
weblog, not the main page, nothing. I did go through and edit all the
settings to point the appropriate directories to valid locations on my
machine. Can anyone help me get up and running with the
djangoproject.com site? I'm sure I'm just missing a step or doing something stupid. I'd love
to evaluate the
djangoproject.com, since it's size and simplicity wouldn't be
far off from what our site would look like. I'd really like to understand
how a real world site, using Django, is going to function on our equipment.
I should mention that at the moment I'm using django-admin.py's runserver to
run the site. I just want to make sure I get all the configuration settings
correct before I attempt to do the full up Apache 2 config.
Thanks!
-John