-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Added invitation views settings #15
base: master
Are you sure you want to change the base?
Conversation
accept_invitation = import_callable( | ||
getattr( | ||
settings, | ||
'INVITATION_ACCEPT_INVATION', |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This seems a typo
from .utils import import_callable | ||
from django.conf import settings | ||
|
||
InvitationViewSet = import_callable( |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Could you please add some doc info about these changes?
@artemdumanov sorry i handle now this pr, i made a review (after that could you please also squash the commits?) |
Delete print
No description provided.