Changes between Version 17 and Version 18 of ProfilingDjango


Ignore:
Timestamp:
Apr 18, 2014, 9:08:10 AM (10 years ago)
Author:
Tom Clancy
Comment:

Fixed bad link

Legend:

Unmodified
Added
Removed
Modified
  • ProfilingDjango

    v17 v18  
    119119
    120120==== Development Server ====
    121 [https://github.com/django-extensions/django-extensions django-extensions] provides a [http://packages.python.org/django-extensions/runprofileserver.html runprofileserver] command for running the development server using the hotshot or (c)Profile libraries and provides compatible output for kcachegrind.
     121[https://github.com/django-extensions/django-extensions django-extensions] provides a [http://django-extensions.readthedocs.org/en/latest/runprofileserver.html runprofileserver] command for running the development server using the hotshot or (c)Profile libraries and provides compatible output for kcachegrind.
    122122
    123123A similar solution for the internal development webserver: apply the included patch to {{{django/core/management.py}}} and start Django with {{{manage.py runserver}}}. Each request will create a {{{.prof}}} file in your {{{/tmp}}} directory.
Back to Top