mirror of
https://github.com/Hopiu/wagtail.git
synced 2026-05-26 07:43:44 +00:00
should use rest_framework not restframework (#3087)
This commit is contained in:
parent
e0e957f92a
commit
800bfa7c16
1 changed files with 1 additions and 1 deletions
|
|
@ -29,7 +29,7 @@ Add ``wagtail.api.v2`` to ``INSTALLED_APPS`` in your Django project settings:
|
|||
...
|
||||
]
|
||||
|
||||
Optionally, you may also want to add ``restframework`` to ``INSTALLED_APPS``.
|
||||
Optionally, you may also want to add ``rest_framework`` to ``INSTALLED_APPS``.
|
||||
This would make the API browsable when viewed from a web browser but is not
|
||||
required for basic JSON-formatted output.
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue