Skip to content

Instantly share code, notes, and snippets.

@ifnull
Last active August 29, 2015 14:03
Show Gist options
  • Save ifnull/b04ecf86c8bfc2e42fd9 to your computer and use it in GitHub Desktop.
Save ifnull/b04ecf86c8bfc2e42fd9 to your computer and use it in GitHub Desktop.
Django manage.py debugging with verbose info and traceback for finding the source of errors.
./manage.py foobar --verbosity 3 --traceback
./manage.py runserver [::]:8000 --verbosity 3 --traceback
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment