We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca3fdde commit 51e088fCopy full SHA for 51e088f
app/articles/urls.py
@@ -4,6 +4,7 @@
4
5
6
app_name = "articles"
7
+ignore_app_name_mismatch = True # It's expected
8
urlpatterns = [
9
re_path(
10
r"^$",
0 commit comments