Nisha1293
Nisha1293
Hi, Is anyone working on this issue? I would like to work on this issue.
Hi @wardi I have reproduced this issue. I want to work on this issue.
Hi @EricSoroos , I have checked the output by add the below parameter in "ckan/config/supervisor-ckan-worker.conf" file and it is working fine. environment=PYTHONUNBUFFERED=1 Can I raise a PR for the same?
Hi @frafra, I tested #46 on latest CKAN v2.9.9 and v2.10.1 but I am getting below error: AttributeError AttributeError: 'Request' object has no attribute 'GET' Any suggestion on this? Does...
Hi @frafra Thanks for the information. I tried but the code changes as per the CKANv2.9.x. I tested it on CKANv2.10.1, in this version, Authentication logic to use [Flask-login] instead...
@frafra yes, in 2.9 it will work fine, but from CKAN 2.10, Repoze has been replaced for flask-login and this includes several changes: 1. Login is now handled by user_login...