How to change a django venv (coded on windows) in the way to get it running on linux server?
Iam trying to get my windows django project working on a linux server. I realised that the venv causing trouble to get it running on a linux server.
Is there an easy way to convert the venv to linux without booting a linux dist and setup the whole project on linux?
Thanks for helping.