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

Add async functionality to backend (Django 3.0+) #36

Open
ohduran opened this issue May 23, 2020 · 0 comments
Open

Add async functionality to backend (Django 3.0+) #36

ohduran opened this issue May 23, 2020 · 0 comments
Labels
enhancement New feature or request

Comments

@ohduran
Copy link
Owner

ohduran commented May 23, 2020

Description
Django now allows for async functionalities, and the project is unfortunately in need for configuration to do just that.

Possible solution
A good starting point is this article from @suda.

Alternatives
There are two options that might be on the table:
a) Just move into this configuration by default, and drop support for Django 2 and lower.
b) Cookiecutter allows for the user to decide whether to use it or not in the cookiecutter.json

Mi own preferences lean to the a) side given that a cookiecutter allows for jumpstart a new project from scratch, and it should look into the future, and not to the past.

@ohduran ohduran added the enhancement New feature or request label May 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant