Patryk Bratkowski
Patryk Bratkowski
Upon further investigation, I believe that this page should not be accessed on the `docs` subdomain at all. If you open the Django website (), everything works as expected. However,...
Also when clicking the Corporate Membership links in the footer. https://github.com/django/djangoproject.com/blob/20cec4557cf4a2d92e8bce48c7426607d32f3c83/djangoproject/templates/includes/footer.html#L60-L62
> The second one is that Vitest 2 requires Vite 5 and I kind of missed that requirement when I added Vitest 2 support As a first side effect, some...
The [edit: _first part of the_] issue occurs due to `tox` attempting to install requirements in isolation, but the docker build process purging required packages. This creates a smaller image,...
Tests currently still fail if `PARENT_HOST` is set to a non-default value, e.g. if running on a LAN rather than on `localhost`. The issue with those is that they use...
> What's the value in keeping the dependencies in Docker? Sorry, I should have added it to the description (which I have now updated). As mentioned in #1817 `tox` fails...
@pauloxnet how granular would you like the changes to be? I have removed the commit that fixes tests when `settings.PARENT_HOST` is set.
I converted this back to a Draft for now, as we are working out smaller scope PRs.
The docs site is not built by default. You need to follow the instructions for the virtual env deployment. I'd advise against running it in Docker right now anyway, as...