*** This version of Confluence is for testing only and contains a copy of content from June 29th 2026. No changes will be preserved. ***
...
The last step is to modify a VirtualHost include file to specify the correct settings for use with mod_wsgi. The following example makes the Django application available under "/django/" , maps media assets to "/static/admin", and makes requests to the "/django/admin/" URL require CU WebAuth.
Using Django 1.3 5 you can configure your application to use CU WebAuth by specifying in your settings.py file (Django documentation):