Changes between Initial Version and Version 1 of Ticket #33700, comment 2


Ignore:
Timestamp:
May 12, 2022, 5:41:38 AM (2 years ago)
Author:
Carlton Gibson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #33700, comment 2

    initial v1  
    1212... 🤔
    1313
    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.
     14Looks 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.
    1515
    1616> ... extra urlconf lookup for every request not ending with /, whether or not it succeeds as written.
Back to Top