We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ec31989 commit 855153aCopy full SHA for 855153a
ellar_django/module.py
@@ -27,4 +27,4 @@ def setup(cls, settings_module: str, path_prefix: str = "/dj") -> "DynamicModule
27
mount = Mount(
28
path_prefix, routes=[_router, Mount("/", app=get_asgi_application())]
29
)
30
- return DynamicModule(cls, routers=[mount], commands=[django_command_wrapper])
+ return DynamicModule(cls, routers=[mount], commands=[django_command_wrapper]) # type: ignore
0 commit comments