allowing apache to authenticate django apps
Posted by Ian Holsman
This allows you to use regular apache authentication methods to set the user-id in a django application.
This allows for easier integration with the existing security architecture in your enterprise. Currently it creates a ‘user’ record inside of the auth table. This is done so that regular apps which expect a user record wont fall over. Hopefully it will get integrated into the core.