Arpit Goyal
Arpit Goyal
Created an endpoint in Flask to expose the service over network.
Basically the idea of this change is that if the permission classes is specified not by adding the permissions classes in the tuple but by using a [third party resource](http://www.django-rest-framework.org/api-guide/permissions/#rest-condition)...
i am using a rest_condition to do OR between my two permissions. This gives me an error in __get_permission_class__ line 36 (i.e. perm_class.__name__): AttributeError: 'Condition' object has no attribute '__name__'....
The documentation is missing crucial components on how to setup a production server. Can you please incorporate it in the documentation? For now, can someone guide me how to setup...
So after some tiring work, I was able to get this plugin running. So I have tested and set up some plugins and configured them for some jobs. Does this...
I keep receiving the following error when I start my nefarious instance using a simple docker-compose up urllib3.exceptions.MaxRetryError: HTTPSConnectionPool(host='api.themoviedb.org', port=443): Max retries exceeded with url: /3/configuration?api_key=21c8985a267ac3f11ea75baf2c05c3ba (Caused by SSLError(SSLZeroReturnError(6, 'TLS/SSL...