Skip to content

Commit

Permalink
Fix a typo
Browse files Browse the repository at this point in the history
  • Loading branch information
matthiask committed May 27, 2024
1 parent 5e42073 commit e15ceaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ can do this by adding another setting:

.. code-block:: python
TESTING = "argv" in sys.argv
TESTING = "test" in sys.argv
if not TESTING:
INSTALLED_APPS = [
Expand Down

0 comments on commit e15ceaa

Please sign in to comment.