On 3/27/07, Frank <[EMAIL PROTECTED]> wrote: > > Do I still need to so the Location setting in httpd.conf? > > <Location "/mysite/"> > SetHandler python-program > PythonPath "['C:\djangoapps'] + sys.path" > PythonHandler django.core.handlers.modpython > SetEnv DJANGO_SETTINGS_MODULE mysite.settings > PythonDebug On > </Location>
Here's what I use in development: http://destiney.com/blog/django-apache-vhost -- Greg Donald http://destiney.com/ --~--~---------~--~----~------------~-------~--~----~ 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 -~----------~----~----~----~------~----~------~--~---

