From 20503ce5e3625d4cae8a994013fb4f5842068075 Mon Sep 17 00:00:00 2001 From: Xavier Ordoquy Date: Fri, 29 Apr 2016 14:07:52 +0200 Subject: [PATCH] Add backquotes to the variables. --- docs/api-guide/authentication.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/api-guide/authentication.md b/docs/api-guide/authentication.md index 5419d889b..06d043b6c 100644 --- a/docs/api-guide/authentication.md +++ b/docs/api-guide/authentication.md @@ -128,7 +128,7 @@ To use the `TokenAuthentication` scheme you'll need to [configure the authentica --- -**Note:** Make sure to run `manage.py migrate after changing your settings. The `rest_framework.authtoken` app provides Django database migrations. +**Note:** Make sure to run `manage.py migrate` after changing your settings. The `rest_framework.authtoken` app provides Django database migrations. ---