question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

runserver_plus should support django-channels

See original GitHub issue

Django 1.10 will start to use something called channels for handling requests, see https://channels.readthedocs.io/en/latest/ for the standalone version of the project and https://code.djangoproject.com/wiki/Version1.10Roadmap for the roadmap.

Channels are awesome! But when I use the standalone project with runserver_plus it won’t obviously work out of the box. So now, I am back to using runserverwithout a fancy debugger.

When 1.10 arrives, would runserver_plus still be supported? Any thoughts?

I created https://github.com/andrewgodwin/channels/issues/170 for the same issue on the channels repo.

Issue Analytics

  • State:open
  • Created 7 years ago
  • Reactions:9
  • Comments:11 (3 by maintainers)

github_iconTop GitHub Comments

7reactions
luanfoncecacommented, Dec 19, 2018

Hi everyone, any updates on this? I’m missing so much the runserver_plus hahahah

0reactions
kutenaicommented, Jul 2, 2019

Hey @pawelkoston – thanks for that tip. It solves the issue for me. I’ll still miss some runserver_plus features, but at least I’ll be up and running.

I still have “Not Secure” on my browser, which I’d like to resolve, but that should be doable. Just need to have a trusted CA. I’m not particularly strong in this area, but I figured it out with mkcert once, just need to make that work with stunnel.

Read more comments on GitHub >

github_iconTop Results From Across the Web

RunServerPlus — django-extensions 3.2.1 documentation
The interactive debugger allows you to evaluate python code right against the server. You've been warned. SSL¶. runserver_plus also supports SSL, so that...
Read more >
Adding ASGI support to runserver - Django Forum
Install channels and add to INSTALLED_APPS . This is Option 3. This would allow an uvicorn-runserver option and so on.
Read more >
How to run wsgi along the side of the daphne ASGI for django ...
i am using django channels in my project using ...
Read more >
django-extensions - PyPI
There is also a short screencast on GoDjango's Youtube Channel to help show you even more. ... Support. Django Extensions is free and...
Read more >
what are 3 django packages everyone should know about?
I'll go first: Django cookiecutter Django Rest Framework Django Allauth. ... Can you elaborate on the API-only support out of the box?
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found