Skip to content

Commit 1a4ff15

Browse files
author
James Rutherford
committed
Updated authtoken docs to mention south migrations
1 parent 856dc85 commit 1a4ff15

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/api-guide/authentication.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ To use the `TokenAuthentication` scheme, include `rest_framework.authtoken` in y
121121
'rest_framework.authtoken'
122122
)
123123

124-
Make sure to run `manage.py syncdb` after changing your settings.
124+
Make sure to run `manage.py syncdb` after changing your settings. The `authtoken` database tables are managed by south (see [Schema migrations](#schema-migrations) below).
125125

126126
You'll also need to create tokens for your users.
127127

0 commit comments

Comments
 (0)