Skip to content

Commit

Permalink
Merge branch 'main' of github.com:radiac/nanodjango
Browse files Browse the repository at this point in the history
  • Loading branch information
radiac committed Sep 27, 2024
2 parents 7d4343f + 3b690b1 commit 21a6f65
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ importing the library::
app = Django()
api = NinjaAPI()

we can fix this by moving the ninja import to after instantiating the ``Django`` class:
We can fix this by moving the ninja import to after instantiating the ``Django`` class::

from nanodjango import Django
app = Django()
Expand Down

0 comments on commit 21a6f65

Please sign in to comment.