QueraTeam / django-nextjs

Next.js integration for Django projects
MIT License
341 stars 17 forks source link

Want to pass allow_redirects parameter to render function #9

Closed SeokEunJu closed 2 years ago

SeokEunJu commented 2 years ago

While using django-nextjs, there is a situation where need to set allow_redirects to True, so I suggest adding the allow_redirects field as a parameter to functions such as render_nextjs_page_sync.

Please check here for details.

thank you.