mirror of
https://github.com/encode/django-rest-framework.git
synced 2024-11-10 19:56:59 +03:00
Fixes documentation.
Django==1.8.17 chokes on this unless it’s just `snippets`.
This commit is contained in:
parent
20d4d790b2
commit
7ef6e96725
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue
Block a user