We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0c85536 commit cc063ceCopy full SHA for cc063ce
docs/extending_application.rst
@@ -28,7 +28,7 @@ your Django app (provided that your app is in the list of the INSTALLED_APPS in
28
module)::
29
30
from django.db import models
31
- from oauth2_provider import AbstractApplication
+ from oauth2_provider.models import AbstractApplication
32
33
class MyApplication(AbstractApplication):
34
logo = models.ImageField()
0 commit comments