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

Upgrade Django to version 3.0 #314

Open
jefmoura opened this issue Apr 1, 2020 · 0 comments
Open

Upgrade Django to version 3.0 #314

jefmoura opened this issue Apr 1, 2020 · 0 comments
Labels
dependencies enhancement New feature or request

Comments

@jefmoura
Copy link
Member

jefmoura commented Apr 1, 2020

Feature Request

Django has started to making Django fully async-capable, so Buildly Core should start the migration and work as an ASGI application.

Proposal

Django has started making Django fully async-capable by providing support for running as an ASGI application in addition to the existing WSGI support.

Initially Buildly Core with the new Django version the async support only applies to the outer ASGI application., because asynchronous Django middleware, views, etc. are not yet supported. But we can start using ASGI middleware around Buildly Core, allowing us to combine it with other ASGI frameworks.

Further Info

@jefmoura jefmoura added dependencies enhancement New feature or request labels Apr 1, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
dependencies enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant