Fred Dgrv

Results 3 issues of Fred Dgrv

I had to add ALLOWED_HOSTS = [DOMAIN_NAME] in my settings prod to avoid that error Traceback (most recent call last): File "/app/.heroku/src/django/django/core/handlers/base.py", line 92, in get_response response = middleware_method(request) File...

Please discard the first form of my issue. What's the best way to configure the project and pydev to debug it locally?

On windows 10, I added below conf to my settings.json. I'm using Mobaxterm, which manages pageant & server X. ``` "ponyssh.hosts": { "mylinux": { "host": "192.168.1.37", "username": "frederic", "privateKeyFile": "C:/pathtomykey/id_rsa",...