pythondotorg
pythondotorg copied to clipboard
Fixed Language chooser middleware warning during tests
Description
Resolves the language chooser non-breaking warnings by:
- Adding missing library to the base MIDDLEWARE.
- Adding missing url path to root urls file.
fixes #2742