First time here? Check out the FAQ!

Revision history  [back]

Try this: in your webserver config set up alias to your script for each site (example for apache)

WSGIScriptAlias /sub-url /path/to/wsgi_script

And in the settings.py add:

FORCE_SCRIPT_NAME = 'sub-url'

I have not tested this - please check that slashes are set correctly.