Error While Running dajngo project server through WSL
I am using Postgres as my db for this project. My project directory is in my windows system. Virtual environment was created in both windows and wsl (ubuntu) with all the dependencies. Postgres-16 and pgadmmin4 are installed in my windows. I was try to run the server from WSL2 (ubuntu) using python3 manage.py runserver. Getting […]