i need to whitelist a core py method.
how to do it? Can anyone suggest me??
@Jeel Thanks for the reply.
But i dont want to override a method, i need to whitelist a core method.
i want to add allow_guest=True
you have overide the whole class first
in your custom class
then copy paste that same method
add whitelist to that method
1 Like