Lee H.

Results 5 comments of Lee H.

I see now that the version pip installed doesn't match the current master, nevertheless even installing with ``` pip install git+https://github.com/disqus/disqus-python.git ``` I had issues with `disqus.get('trends.listThreads')` and needed to...

OK, so I was overcomplicating this. The `CMD` and `ENTRYPOINT` can be left blank. I then simply set the environment variables: ``` AWS_ACCESS_KEY_ID AWS_SECRET_ACCESS_KEY IMGPROXY_S3_REGION IMGPROXY_USE_S3 true ```` After waiting...

I simply did "forgot my password", set a password, and then I could login via email/password flow as well as the google sso

@rbrito re the proper way you could use libs like https://python-social-auth.readthedocs.io/en/latest/ to take most of the work out of it

@potar Ah I see! Great, I'm glad it helped anyhow