diff --git a/docs/extending_application.rst b/docs/extending_application.rst index 4e0e8b4e1..f1649d0cd 100644 --- a/docs/extending_application.rst +++ b/docs/extending_application.rst @@ -28,7 +28,7 @@ your Django app (provided that your app is in the list of the INSTALLED_APPS in module):: from django.db import models - from oauth2_provider import AbstractApplication + from oauth2_provider.models import AbstractApplication class MyApplication(AbstractApplication): logo = models.ImageField()