Skip to content

Commit

Permalink
Merge pull request #333 from nbro/patch-1
Browse files Browse the repository at this point in the history
Fix README.md
  • Loading branch information
dekkers authored Apr 1, 2024
2 parents 271179a + 9b34168 commit 0940325
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,10 +4,10 @@ django-rest-knox
[![Jazzband](https://jazzband.co/static/img/badge.svg)](https://jazzband.co/)
[![image](https://github.com/jazzband/django-rest-knox/workflows/Test/badge.svg?branch=develop)](https://github.com/jazzband/django-rest-knox/actions)

Authentication Module for django rest auth
Authentication module for Django rest auth.

Knox provides easy to use authentication for [Django REST
Framework](https://www.django-rest-framework.org/) The aim is to allow
Framework](https://www.django-rest-framework.org/). The aim is to allow
for common patterns in applications that are REST based, with little
extra effort; and to ensure that connections remain secure.

Expand Down Expand Up @@ -44,8 +44,7 @@ More information can be found in the

# Run the tests locally

If you need to debug a test locally and if you have [docker](https://www.docker.com/) installed:

If you need to debug a test locally and if you have [docker](https://www.docker.com/) installed,
simply run the ``./docker-run-tests.sh`` script and it will run the test suite in every Python /
Django versions.

Expand Down

0 comments on commit 0940325

Please sign in to comment.