Closed schinckel closed 12 years ago
I use django-devserver, which also replaces runserver.
You should document that in order to use django_pdb with something that overrides runserver (or test), you can just do:
MIDDLEWARE_CLASSES += ('django_pdb.middleware.PdbMiddleware',)
And ensure that django_pdb is installed before the other app that overrides the runserver command.
(Being able to --werkzeug with devserver makes it fully awesome).
I use django-devserver, which also replaces runserver.
You should document that in order to use django_pdb with something that overrides runserver (or test), you can just do:
And ensure that django_pdb is installed before the other app that overrides the runserver command.
(Being able to --werkzeug with devserver makes it fully awesome).