Skip to content

Commit 812e86d

Browse files
committed
Fix documentation imports
1 parent e514f8c commit 812e86d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ development. To enable them, add the following to enable the
8888

8989
```python
9090
# urls.py
91-
from django.conf.urls import include, path
91+
from django.urls import include, path
9292
from pictures.conf import get_settings
9393

9494
urlpatterns = [

0 commit comments

Comments
 (0)