mirror of
https://github.com/encode/django-rest-framework.git
synced 2025-01-24 08:14:16 +03:00
added missing word + removed double whitespace
This commit is contained in:
parent
aa081678d5
commit
3216ac0224
|
@ -120,7 +120,7 @@ Add the following property to **both** the `SnippetList` and `SnippetInstance` v
|
|||
|
||||
## Adding login to the Browseable API
|
||||
|
||||
If you open a browser and navigate to the browseable API at the moment, you'll find you're no longer able to create new code snippets. In order to do so we'd need to be able to login as a user.
|
||||
If you open a browser and navigate to the browseable API at the moment, you'll find that you're no longer able to create new code snippets. In order to do so we'd need to be able to login as a user.
|
||||
|
||||
We can add a login view for use with the browseable API, by editing our URLconf once more.
|
||||
|
||||
|
|
Loading…
Reference in New Issue
Block a user