Skip to content

Commit cc063ce

Browse files
committed
fix import for AbstractApplication in extending application model docs
1 parent 0c85536 commit cc063ce

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/extending_application.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ your Django app (provided that your app is in the list of the INSTALLED_APPS in
2828
module)::
2929

3030
from django.db import models
31-
from oauth2_provider import AbstractApplication
31+
from oauth2_provider.models import AbstractApplication
3232

3333
class MyApplication(AbstractApplication):
3434
logo = models.ImageField()

0 commit comments

Comments
 (0)