Skip to content

Commit

Permalink
added missing imports in doc: Tutorial Part 2
Browse files Browse the repository at this point in the history
  • Loading branch information
PanKeshang authored and jleclanche committed Feb 22, 2017
1 parent 9794d27 commit 989bc0f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/tutorial/tutorial_02.rst
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ URL this view will respond to:

.. code-block:: python
from django.conf.urls import url
from django.conf.urls import url, include
import oauth2_provider.views as oauth2_views
from django.conf import settings
from .views import ApiEndpoint
Expand Down

0 comments on commit 989bc0f

Please sign in to comment.