edpomacedo

Results 9 comments of edpomacedo

Fixed ! Add the following to the `secret.py`, as stated at [social-app-django](https://github.com/python-social-auth/social-app-django/issues/256): ``` SOCIAL_AUTH_PROTECTED_USER_FIELDS = ['groups'] ``` And under `try:`at `__init__.py`, add the following: ``` from .secret import SOCIAL_AUTH_PROTECTED_USER_FIELDS ```

You're welcome! I'm working on a Wikibase to store Brazilian legal data. I had to set up my own in order to have strings and multilingual texts with more than...

Thank you for the heads up! You are right. I'm afraid it will not be possible to make it work. Even with the ./listener.sh and the ./celery.sh running, I did...

Awesome! Here it is: [EditGroups](https://weg.ordenamento.com.br). Something is off because of my tweaks. I'm considering to restore the VM and start again. When I'm logged in, I try to go to...

Turning on `DEBUG` mode and logged out, it looks like it's something regarding redis: ``` Authentication required. Request Method: | GET -- | -- http://weg.ordenamento.com.br/admin/store/tool/ 2.1.15 AuthenticationError Authentication required. /var/www/venv/lib/python3.6/site-packages/redis/connection.py...

Good news! With the `root` user created through step 1, I was able to navigate through the panel and even saw the tool creation form. Thats's great! But it looks...

NICE! Now my MediaWiki user has full access to the admin panel! Now, browsing to the `/admin/store/tool/` with `DEBUG` on, here's the error: ``` AuthenticationError at /admin/store/tool/ Authentication required. Request...

I'm ready to do so. For the `requirements.txt`, I had to declare `celery==5.*`. Also, to the `mysqlclient==2.0.3`, I had to install `libmysqlclient-dev`, `build-essential` and `python3-dev` in order to migrate without...

Ok! I will try again next weekend. Hopefully it works out. I saw that you think it's possible to make it work with EventLogging... I read some of the documentation,...