Changes between Version 11 and Version 12 of ProfilingDjango


Ignore:
Timestamp:
Jun 13, 2012, 5:24:58 PM (12 years ago)
Author:
trbs
Comment:

update location of django-extensions and runprofileserver command

Legend:

Unmodified
Added
Removed
Modified
  • ProfilingDjango

    v11 v12  
    118118
    119119==== Development Server ====
    120 [http://code.google.com/p/django-command-extensions/ django-command-extensions] provides a `runprofileserver` command for running the development server using the hotshot library.
     120[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 library.
    121121
    122122A 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