-
Notifications
You must be signed in to change notification settings - Fork 4
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
URL Normalization #88
Labels
Comments
Merged
I did add |
Setting it to false makes Django not normalize URLs to have an ending slash Setting it to true would help in some cases, for example the confusion caused in #166 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
From the linked article originally in a comment in #85
Django docs on normalizing URLs
Since SEO is important, shall we change this to True?
Maybe add PREPEND_WWW too?
The text was updated successfully, but these errors were encountered: