[Answered ]-Django admin redirecting to custom view 17 December 2023 by thecoderscamp.com 2 Set the regex for your view to the empty string: my_urls = [ url(r'^$', self.my_view), ] catavaran [Answered ]-Django Multiple db with read only Source:stackexchange.com