Commit 7ef6e967 by Viktor Petersson

Fixes documentation.

Django==1.8.17 chokes on this unless it’s just `snippets`.
parent 20d4d790
......@@ -45,7 +45,7 @@ We'll need to add our new `snippets` app and the `rest_framework` app to `INSTAL
INSTALLED_APPS = (
...
'rest_framework',
'snippets.apps.SnippetsConfig',
'snippets',
)
Okay, we're ready to roll.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment