Django

Code

Changeset 6630

Show
Ignore:
Timestamp:
10/30/07 17:50:42 (1 year ago)
Author:
gwilson
Message:

Changed name of PythonInterpreter so as not to get confused with the use of DJANGO_SETTINGS_MODULE mysite.other_settings

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • django/trunk/docs/modpython.txt

    r6536 r6630  
    151151        <Location "/otherthing"> 
    152152            SetEnv DJANGO_SETTINGS_MODULE mysite.other_settings 
    153             PythonInterpreter mysite_other 
     153            PythonInterpreter othersite 
    154154        </Location> 
    155155    </VirtualHost>