Add backquotes to the variables.

This commit is contained in:
Xavier Ordoquy 2016-04-29 14:06:00 +02:00
parent 52090bbe08
commit d3c23a696d

View File

@ -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.
---