Peter Baumgartner
Peter Baumgartner
I haven't had a chance to get to this, but you're right. We should explicity tell people to install to a non web-accessible directory like `/srv/webapps/project` and setup their static...
Thanks for the quick response @chrnorm. I've only accessed the relay state via the SSO console (`https://{account}.awsapps.com/start`) when you click on "Management console". Looking at the requests that page makes,...
That's correct @echoix Ruff has a linter that is closer to what Flake8 does That is run with `ruff check` and `ruff check --fix` It recently released a formatter that...
Just confirming that on Django 1.4 & psycopg2 2.4.5, I can't create test databases without this patch.
Also having trouble building wheels for Apple Silicon https://github.com/lincolnloop/pyuwsgi-wheels/runs/4182686894?check_suite_focus=true
I struggled to find this today. https://www.djangoproject.com/admin/password_reset/ also exists and would be nice to surface.
Here's a working `Dockerfile` https://gist.github.com/ipmb/a8213fb459c27178f88dda7149c35be2
Just realized this doesn't account for removing paths added by `.pth` files. You'd probably need to do something like this as well https://github.com/pantsbuild/pex/blob/8f9c8ddfd4ac2cb0dc7ca566b392dc79f1fb324e/pex/pex.py#L262-L277
The specific issue I saw would be resolved by #64, but here's a couple scenarios where you could get bitten by this: It's not uncommon to see optional imports in...
I hear where you're coming from, that's a fair stance on the issue. If we changed the default so it retained the current functionality, would you consider adding it behind...