Add backquotes to the variables.

This commit is contained in:
Xavier Ordoquy 2016-04-29 14:07:52 +02:00
parent d3c23a696d
commit 20503ce5e3

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