Changes between Version 11 and Version 12 of ProfilingDjango
- Timestamp:
- Jun 13, 2012, 5:24:58 PM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
ProfilingDjango
v11 v12 118 118 119 119 ==== 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. 121 121 122 122 A 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.