Skip to content

Commit

Permalink
Make example less confusing to newcomers.
Browse files Browse the repository at this point in the history
  • Loading branch information
coleifer committed May 2, 2023
1 parent fa999de commit 00274ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/django.rst
Original file line number Diff line number Diff line change
Expand Up @@ -278,7 +278,7 @@ explicitly, you can get the actual ``Huey`` instance in the following way:
from huey.contrib.djhuey import HUEY as huey
# E.g., get the underlying Storage instance.
storage = huey.get_storage()
storage = huey.storage
Configuration Examples
^^^^^^^^^^^^^^^^^^^^^^
Expand Down

0 comments on commit 00274ce

Please sign in to comment.