6👍
✅
Custom URL handlers don’t work with DEBUG=True
. Set DEBUG=False
and it will work. (You’ll also need to set ALLOWED_HOSTS=['127.0.0.1']
)
Source:stackexchange.com