-
Notifications
You must be signed in to change notification settings - Fork 16
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
Comments
I use django-extensions but not the |
Hm, that was easy enough but my regular Can you try this branch? |
I confirm it runs for me with
It's not broken - that's the normal behavior. I believe it has something to do with |
@shiriru I can also confirm that the @beaugunderson any chance of the |
this is now merged and available in 4.1.0; sorry for the delay! |
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 mygulpfile.js
withrunserver_plus
. In runs correctly with Django's simplerunserver
, though.Is there any workaround to use django-gulp with django-extenstions?
The text was updated successfully, but these errors were encountered: