Skip to content

Commit

Permalink
Merge pull request #26 from koaning/patch-1
Browse files Browse the repository at this point in the history
Update troubleshooting.rst
  • Loading branch information
radiac authored Sep 27, 2024
2 parents 28681ec + cae6313 commit 3b690b1
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 3b690b1

Please sign in to comment.