Skip to content

Commit

Permalink
Use django-admin instead of django-admin.py to run tests
Browse files Browse the repository at this point in the history
  • Loading branch information
selwin authored Oct 21, 2023
1 parent 0b0f047 commit 6857ed4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -668,7 +668,7 @@ Attachments are not supported with `mail.send_many()`.
To run the test suite:

```python
`which django-admin.py` test post_office --settings=post_office.test_settings --pythonpath=.
`which django-admin` test post_office --settings=post_office.test_settings --pythonpath=.
```

You can run the full test suite for all supported versions of Django and Python with:
Expand Down

0 comments on commit 6857ed4

Please sign in to comment.