Catch all url issue?

If we set up the TemplateView.as_view to act as a catch-all, aren't we cutting off the ability to access the admin page due to the section r"S" ? Just checking as mine is now showing 500 error when I try to login. TIA

Sorry You must be a logged in, registered user to answer a question.

Answers

No, setting a URL to r'^$' only catches a URL that has nothing after the / (well, querystring values are allowed, but you know what I mean).