Skip to content

Commit 1169805

Browse files
authored
Improve readme code with import clarity
I didn't know which `include` was being referenced here until I looked at the test cases. Still learning Django and thought it would be helpful for others too.
1 parent efc87c7 commit 1169805

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

README.md

+2
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,8 @@ PASSWORDLESS_AUTH = {
102102
4. Add ``drfpasswordless.urls`` to your urls.py
103103
104104
```python
105+
from django.urls import path, include
106+
105107
urlpatterns = [
106108
..
107109
path('', include('drfpasswordless.urls')),

0 commit comments

Comments
 (0)