Hi everyone, I'm new to Django,
I'm trying to run Python code using Django framework, I'm on Windows and want to try Redis, because Redis doesn't support Windows machines so I want to run it with WSL
I want to change mysql server port in 2 different instances of Mysql, one for WSL and one for Windows. How can I do it?
Thank you very much!!