2👍
✅
Set the regex for your view to the empty string:
my_urls = [
url(r'^$', self.my_view),
]
Source:stackexchange.com
2👍
Set the regex for your view to the empty string:
my_urls = [
url(r'^$', self.my_view),
]