You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It's useful to be able to render function views as well as class views, models and templates.
This would allow greater flexibility to do things such as solve issue #88 (the reason why I initially went down this road).
I've used a similar method to solve rendering wagtail sitemaps statically here.
I'm submitting a PR (as I write this) which does something similar but is a bit more flexible and allows for different types of Django view return types (strings or HttpResponses).
The text was updated successfully, but these errors were encountered:
It's useful to be able to render function views as well as class views, models and templates.
This would allow greater flexibility to do things such as solve issue #88 (the reason why I initially went down this road).
I've used a similar method to solve rendering wagtail sitemaps statically here.
I'm submitting a PR (as I write this) which does something similar but is a bit more flexible and allows for different types of Django view return types (strings or HttpResponses).
The text was updated successfully, but these errors were encountered: