Skip to content

Instantly share code, notes, and snippets.

@avenet
Created May 16, 2014 21:21
Show Gist options
  • Save avenet/4010dbd75d2d91090a60 to your computer and use it in GitHub Desktop.
Save avenet/4010dbd75d2d91090a60 to your computer and use it in GitHub Desktop.
Run django server in profiling mode
python -m cProfile -o your_profile_file.pyprof manage.py runserver
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment