Yaser Rahimi

Results 3 issues of Yaser Rahimi

is there any way to add OTP Auth to this project ?

my code: ``` @background(schedule=60) def g_trends(request): get_trends() return HttpResponse('hello') ``` when i run code in django and i get to my url for that function i get this error: **Object...

is there any way to pass a model as meta class to InputObjectType class? like this: ``` class GasUnitInput(graphene.InputObjectType): class Meta: model = GasUnit ```

✨ enhancement