Skip to content

Commit

Permalink
Merge pull request #40 from yovafeng/dev_usage
Browse files Browse the repository at this point in the history
minor:usage添加PathEqDjangoQuerySetConverter的引入
  • Loading branch information
wklken authored Aug 6, 2021
2 parents 775d33e + b35599b commit 313805a
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage.md
Original file line number Diff line number Diff line change
Expand Up @@ -598,6 +598,7 @@ from blueapps.account.decorators import login_exempt
from iam import IAM
from iam.contrib.django.dispatcher import DjangoBasicResourceApiDispatcher
from iam.resource.provider import ResourceProvider, ListResult
from iam.contrib.converter.queryset import PathEqDjangoQuerySetConverter
from django.conf.urls import url, include

iam = IAM(
Expand Down

0 comments on commit 313805a

Please sign in to comment.