Skip to content

Commit

Permalink
testing pytest-asyncio package
Browse files Browse the repository at this point in the history
  • Loading branch information
eadwinCode authored Dec 10, 2023
1 parent 20ff89b commit 8cc38f4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ INSTALLED_APPS = [

## Usage

In your django project next to urls.py create new `api.py` file:
In your django project next to urls.py create new `api.py` file:

```Python
from ninja_extra import NinjaExtraAPI, api_controller, http_get
Expand Down Expand Up @@ -100,6 +100,7 @@ urlpatterns = [
path("admin/", admin.site.urls),
path("api/", api.urls), # <---------- !
]

```

### Interactive API docs
Expand Down

0 comments on commit 8cc38f4

Please sign in to comment.