app-generator/django-material-dashboard

view doesnt redirect to with slash "/" automatically

rashedoz opened this issue · 1 comments

The other dashboards redirect the views without slashes to a view with a slash. But this project doesn't seem to do that. How to redirect automatically toa a view with slash?

Hello @rashedoz,

The Django managed paths like login, register use / at the end of the URL.
The ordinary pages are loaded using a dynamic rule and / is not appended after the page.

Closing.

P.S. The product is recently updated. Feel free to use the latest version.