Skip to content

Commit

Permalink
'url' was deprecated since version 3.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Jonas-SRB authored Sep 18, 2021
1 parent f9608a7 commit 97e7867
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/quickstart.txt
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ To get started using the ``comments`` app, follow these steps:

urlpatterns = [
...
url(r'^comments/', include('django_comments.urls')),
path('comments/', include('django_comments.urls')),
...
]

Expand Down

0 comments on commit 97e7867

Please sign in to comment.