On Wednesday, February 9, 2011 8:04:43 PM UTC, Tomasz Łopusiewicz wrote: > > Hello i have installed mod_python and django in my home/mysite but > when i run localhost/mysite i give back this: > > <snip>
Don't try and run before you can walk. You're completely new to Django, so there's no point in trying to go through the whole Apache configuration. Django includes a built-in server for development purposes: use that. Anyway, mod_python is deprecated and should not be used. -- DR. -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.

