Skip to content

Commit 97e7867

Browse files
authored
'url' was deprecated since version 3.1
1 parent f9608a7 commit 97e7867

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/quickstart.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ To get started using the ``comments`` app, follow these steps:
2121

2222
urlpatterns = [
2323
...
24-
url(r'^comments/', include('django_comments.urls')),
24+
path('comments/', include('django_comments.urls')),
2525
...
2626
]
2727

0 commit comments

Comments
 (0)