Changes between Initial Version and Version 1 of Ticket #33700, comment 2
- Timestamp:
- May 12, 2022, 5:41:38 AM (3 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #33700, comment 2
initial v1 12 12 ... 🤔 13 13 14 Looks like that would be simpler just doing `APPEND_SLASH = RUNNING_INSIDE_TORNADO` in the settings file, since `should_redirect_with_slash()` would always immediately return `False` in that case.14 Looks like that would be simpler just doing `APPEND_SLASH = not RUNNING_INSIDE_TORNADO` in the settings file, since `should_redirect_with_slash()` would always immediately return `False` in that case. 15 15 16 16 > ... extra urlconf lookup for every request not ending with /, whether or not it succeeds as written.