Yaser Rahimi
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 ```
### Contact Details t.me/@YaserCode ### Describe the Feature ### Feature Description Add this feature for more flexibility for user to design home page by own style an layout ### Why...
added revert deleted object by ading a mixin ## Description When using django-simple-history, deleted objects are preserved in historical records, but there was no built-in way to restore them. Administrators...