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 handlers for dynamic registration #114

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

christianp
Copy link

@christianp christianp commented Feb 20, 2023

Resolves #70.

See https://github.com/christianp/pylti1.3-django-example/tree/dynamic-registration for an example.

I've tried to add support for dynamic registration in a way that matches the rest of the package. I haven't written any unit tests or run pylint yet - I thought I'd ask for your opinion on the implementation before working out how to do that.

@hmoffatt
Copy link
Contributor

It looks like the core will require asgiref for this, but it's not in the dependencies.

Is there a more generic sync_to_async() than using a Django library?

None of the rest of the package uses it, so best not to start using it
haphazardly!
@christianp
Copy link
Author

@hmoffatt whoops, you're right! It's easy enough to remove async, so I've just done that.

@yunusdemir
Copy link

I would love it for this PR to be merged. Is there any chance it will ever be reviewed @dmitry-viskov? Is there anything I could do to help get this merged?

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

Successfully merging this pull request may close these issues.

support Dynamic Registration
3 participants