Skip to content

Commit 17540a6

Browse files
authored
Update urls.py - fix up 4.2 URL to 5.0
1 parent 3158fad commit 17540a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

locallibrary/urls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
URL configuration for locallibrary project.
33
44
The `urlpatterns` list routes URLs to views. For more information please see:
5-
https://docs.djangoproject.com/en/4.2/topics/http/urls/
5+
https://docs.djangoproject.com/en/5.0/topics/http/urls/
66
Examples:
77
Function views
88
1. Add an import: from my_app import views

0 commit comments

Comments
 (0)