diff options
| author | Carlton Gibson | 2014-08-18 13:54:46 +0200 | 
|---|---|---|
| committer | Carlton Gibson | 2014-08-18 13:54:46 +0200 | 
| commit | 556948661acc4bf038ecdd0cb17b1e19f2080061 (patch) | |
| tree | c295b5407462256b478653e41a94288ece1caad7 /docs/api-guide/authentication.md | |
| parent | db4426fc35a92d2b0e263fd8a5702203cb3e06ed (diff) | |
| download | django-rest-framework-556948661acc4bf038ecdd0cb17b1e19f2080061.tar.bz2 | |
Improve wording.
Diffstat (limited to 'docs/api-guide/authentication.md')
| -rwxr-xr-x | docs/api-guide/authentication.md | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index bc2ca4b6..343466ee 100755 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -129,7 +129,7 @@ To use the `TokenAuthentication` scheme you'll need to [configure the authentica  --- -**Note:** Make sure to run `manage.py syncdb` after changing your settings. The 'rest_framework.authtoken' provides both Django (from v1.7) and South database migrations. See [Schema migrations](#schema-migrations) below. +**Note:** Make sure to run `manage.py syncdb` after changing your settings. The `rest_framework.authtoken` app provides both Django (from v1.7) and South database migrations. See [Schema migrations](#schema-migrations) below.  --- | 
