mirror of https://github.com/django/django.git
Moved django.bin.profiling.handler to django.core.handlers.profiler-hotshot
git-svn-id: http://code.djangoproject.com/svn/django/trunk@170 bcc190cf-cafb-0310-a4f2-bffc1f526a37
This commit is contained in:
parent
ca3d89b70f
commit
86d9ae269d
|
@ -1,5 +1,5 @@
|
|||
import hotshot, time, os
|
||||
from django.core.handler import ModPythonHandler
|
||||
from django.core.handlers.modpython import ModPythonHandler
|
||||
|
||||
PROFILE_DATA_DIR = "/var/log/cmsprofile/"
|
||||
|
Loading…
Reference in New Issue