Marcos Akerman Cohen
Marcos Akerman Cohen
Hello, when the session is closed due to the SESSION_COOKIE_AGE expiring, the server which uses django-mama-cas closes correctly but the tickets are not being consumed so the microapps are not...
By default when DEBUG is set to False, the attribute domain_name of the first instance of the model Sites.Sites is used as HTTP_HOST when consuming DOP Express Urls. The problem...
Hey I have tried to pass the "width" parameter to this templatetag but the calendar always displays at 100% no matter what, should the templatetag be called like this: {%...
There are a lot of Middlewares affected by an update on Django 1.10, the error thrown is:/ ........... /site-packages/django/core/handlers/base.py", line 82, in load_middleware mw_instance = middleware(handler) TypeError: object() takes no...
Hello! In our use case, we need to reuse the same license for multiple sources for different videos, I came across the `initializeMediaKeys` function, but when called with the following...
Hello! We do not require a browser for most tests, but the base Jest Test Runner suffices. There are other tests, that require a Browser instance or they will fail....