HassenPy / django-pdb

Gives you `manage.py runserver --pdb` and `manage.py test --pdb`
394 stars 61 forks source link

Support for all management commands #19

Closed blueyed closed 10 years ago

blueyed commented 10 years ago

I would like to use with e.g. manage.py makemigrations, too.

tomchristie commented 10 years ago

I dno't have the time to treat that as in-scope. Afraid you'll just need to fork the project if you want that.

blueyed commented 10 years ago

What do you think about integration the functionality into django-extensions? (proposed in https://github.com/django-extensions/django-extensions/issues/483)

tomchristie commented 10 years ago

I'm not currently considering any new functionality for this project.

blueyed commented 10 years ago

Sorry for being unclear: what I've meant was that django-extensions could provide the features that django-pdb currently provides, i.e. moving/copying your code therein - and extending upon it.

ryneeverett commented 9 years ago

@tomchristie From the django-extensions maintainer:

Happy to consider a Pull Request to merge this functionally into django-extensions if the original author agrees.

tomchristie commented 9 years ago

Yup no objection from me on that - probably a good idea! :) Once it's in raise an issue here for me to tweak the readme directing new users there instead.