Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Django extensions incompatibility #4

Closed
shiriru opened this issue Dec 12, 2015 · 5 comments
Closed

Django extensions incompatibility #4

shiriru opened this issue Dec 12, 2015 · 5 comments

Comments

@shiriru
Copy link

shiriru commented Dec 12, 2015

Hello,

I'm using extensively django-extensions for development, and especially ./manage.py runserver_plus command, that allows me to make posrmortem debugging, which for me is essential. However, I cannot get django-gulp to initiate my gulpfile.js with runserver_plus. In runs correctly with Django's simple runserver, though.

Is there any workaround to use django-gulp with django-extenstions?

@beaugunderson
Copy link
Owner

I use django-extensions but not the runserver_plus extension. I think that it will be possible to override runserver_plus as well.

@beaugunderson
Copy link
Owner

Hm, that was easy enough but my regular runserver_plus seems broken (it seems to launch two runserver processes; I'm not sure why).

Can you try this branch?

@shiriru
Copy link
Author

shiriru commented Dec 17, 2015

I confirm it runs for me with runserver-plus branch. It complains about the second runserver process, however does the job, which at the end is most important :)

Hm, that was easy enough but my regular runserver_plus seems broken (it seems to launch two runserver processes; I'm not sure why).

It's not broken - that's the normal behavior. I believe it has something to do with ipdb trace injection on the fly.

@beaugunderson beaugunderson changed the title Django extensions incopatibility Django extensions incompatibility Jun 28, 2016
@jonesnc
Copy link

jonesnc commented Jun 5, 2017

@shiriru I can also confirm that the runserver-plus branch appears to work, although I'm also seeing two runserver processes.

@beaugunderson any chance of the runserver-plus branch getting merged soon?

@beaugunderson
Copy link
Owner

this is now merged and available in 4.1.0; sorry for the delay!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants