Skip to content

Commit e69b14b

Browse files
authored
Merge pull request aaronn#74 from helsont/patch-1
Improve readme code with import clarity
2 parents 92faffb + 1169805 commit e69b14b

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)