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

Use Django-style loading via path for custom backing engines #64

Closed
thibaudcolas opened this issue Apr 25, 2017 · 0 comments
Closed

Use Django-style loading via path for custom backing engines #64

thibaudcolas opened this issue Apr 25, 2017 · 0 comments
Labels
enhancement New feature or request help wanted Extra attention is needed
Milestone

Comments

@thibaudcolas
Copy link
Collaborator

It would be handy to allow custom engines to be loaded via path (and not only by passing the class) with django.utils.module_loading.import_string.

So we don't tie this project to Django, here is the import_string source code which only relies on six.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request help wanted Extra attention is needed
Projects
None yet
Development

No branches or pull requests

1 participant