Skip to content

Commit

Permalink
Update role restrictions (#12)
Browse files Browse the repository at this point in the history
  • Loading branch information
ashwin1111 authored Dec 13, 2022
1 parent 5da4c28 commit 6ea201b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fyle_partner_dashboard_api/settings.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,8 @@
WSGI_APPLICATION = 'fyle_partner_dashboard_api.wsgi.application'

FYLE_REST_AUTH_SERIALIZERS = {
'USER_DETAILS_SERIALIZER': 'apps.users.serializers.UserSerializer'
'USER_DETAILS_SERIALIZER': 'apps.users.serializers.UserSerializer',
'FYLE_MODULE': 'PARTNER_DASHBOARD'
}

REST_FRAMEWORK = {
Expand Down
2 changes: 1 addition & 1 deletion requirements.txt
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ django-request-logging==0.7.1
django-rest-framework==0.1.0
djangorestframework==3.11.2
fyle==v0.29.0
fyle-rest-auth==1.1.0
fyle-rest-auth==1.2.0
psycopg2-binary==2.8.4
pylint==2.7.4
requests==2.25.0
Expand Down

0 comments on commit 6ea201b

Please sign in to comment.