We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9608a7 commit 97e7867Copy full SHA for 97e7867
docs/quickstart.txt
@@ -21,7 +21,7 @@ To get started using the ``comments`` app, follow these steps:
21
22
urlpatterns = [
23
...
24
- url(r'^comments/', include('django_comments.urls')),
+ path('comments/', include('django_comments.urls')),
25
26
]
27
0 commit comments