Kaydet (Commit) 3f030a74 authored tarafından Malcolm Tredinnick's avatar Malcolm Tredinnick

Removed really obsolete file. I've been informed by reliable sources that this…

Removed really obsolete file. I've been informed by reliable sources that this should only affect World Online.


git-svn-id: http://code.djangoproject.com/svn/django/trunk@6170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
üst eabb57f6
# This module is DEPRECATED!
#
# You should no longer be pointing your mod_python configuration
# at "django.core.handler".
#
# Use "django.core.handlers.modpython" instead.
from django.core.handlers.modpython import ModPythonHandler
def handler(req):
return ModPythonHandler()(req)
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment