hi, I read document "How to use Django with mod_python", and puzzled ab
two things.
first: <Location "/mysite/">
    SetHandler python-program
    PythonHandler django.core.handlers.modpython
    SetEnv DJANGO_SETTINGS_MODULE mysite.settings

^^^^^^^^^^^^^^^^^^^ -----if my project is hotel, then I
         just write hotel.settings or I need to finger out the full
path like'c:\hotel.settings'?
second:PythonPath "['/path/to/project'] + sys.path"

^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^-------------how can I
do in MS windows system? I just need open my ipython and change the
pythonpath then the mod_python know the change?
is there any examples here? thanks.


--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users
-~----------~----~----~----~------~----~------~--~---

Reply via email to