James Lin
James Lin
Let's say I have a workflow to request approval to do something. ``` Start --> Pending Approval --> Check Approval --> If Yes ---> Perform Changes ---> End ``` I...
When I tried to change the `to_size` value in admin I got the following error: ``` Traceback (most recent call last): File "/srv/www/pmas/lib/python3.6/site-packages/django/core/handlers/exception.py", line 34, in inner response = get_response(request)...
This is an extension of the previously closed question https://github.com/viewflow/viewflow/issues/177 We are currently evaluating the library to see if we want to go on the pro version, I am just...
I have read about the lazy connection at the bottom of this link https://django-categories.readthedocs.org/en/latest/getting_started.html#connecting-your-model-with-django-categories I have also read about the actual steps to make it happen in this link https://django-categories.readthedocs.org/en/latest/registering_models.html#registering-models...
Can you please advise why this package force to use TCP? For us it's failing on our production servers because of PCI compliance, and we have to fork the project...
When a node is having network issue, it will wait endlessly for auth request without setting a timeout. This PR will pass the timeout setting to the auth request.
As titled, currently we are suffering N+1 problem when we want to retrieve all config within a big pool.
I have a feature request from my workplace to add an approval step for self-registering keys. Currently when someone registers a key, it can be authenticated immediately, the `Authenticator` model...
Hello, thanks for the package, it works great with django views. Now I need to integrate it with our single page app, which the login is via API, is there...
It appears `coreapi` is not python3.10 compat, one of my external lib that imports the `SchemaGenerator` from `rest_framework.schemas` will causes the error: `coreapi` must be installed for schema support with...