You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Possibly related: it appears that django-hosts' reverse() function does not generate URLs with trailing slashes if APPEND_SLASH is set, while Django's reverse() function does so.
Django raises 404 on http://subdomain.mydomain.com/mypage while http://subdomain.mydomain.com/mypage/ works as expected.
Pattern:
r'^mypage/$'
Version: 1.4
Django: 1.8
Middleware order:
The text was updated successfully, but these errors were encountered: