Skip to content

Commit 3f01252

Browse files
Merge pull request #773 from damien-devpy/missing_import_readme
[readme] Fix missing re_path import
2 parents fc4d6a1 + e6c1aad commit 3f01252

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

README.rst

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -132,6 +132,7 @@ In ``urls.py``:
132132
.. code:: python
133133
134134
...
135+
from django.urls import re_path
135136
from rest_framework import permissions
136137
from drf_yasg.views import get_schema_view
137138
from drf_yasg import openapi

0 commit comments

Comments
 (0)