Skip to content

Commit

Permalink
Fixed #520
Browse files Browse the repository at this point in the history
  • Loading branch information
tomturner committed Apr 6, 2021
1 parent 2b6989e commit ddeb5ba
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion django_tenants/middleware/subfolder.py
Original file line number Diff line number Diff line change
Expand Up @@ -75,7 +75,6 @@ def process_request(self, request):
if urlconf:
request.urlconf = urlconf
set_urlconf(urlconf)
return request

def no_tenant_found(self, request, hostname):
""" What should happen if no tenant is found.
Expand Down

0 comments on commit ddeb5ba

Please sign in to comment.