Merge pull request #4783 from vpetersson/doc_fix

Fixes documentation.
This commit is contained in:
Xavier Ordoquy 2017-01-05 13:31:12 +01:00 committed by GitHub
commit 3750aefb5d

View File

@ -48,6 +48,8 @@ We'll need to add our new `snippets` app and the `rest_framework` app to `INSTAL
'snippets.apps.SnippetsConfig',
)
Please note that if you're using Django <1.9, you need to replace `snippets.apps.SnippetsConfig` with `snippets`.
Okay, we're ready to roll.
## Creating a model to work with