@djangoproject · Post #250 · 02/02/2017, 06:03 PM
Django Q on Windows We're developing with Django Q and Mac OS and it runs on our Linux Servers. Now we hired external developers which work on Windows machines and we discovered that Django Q is not working on Windows due to missing fork implementation. Does anyone use Django Q on Windows? answer: Use #Docker with local windows code directory mounted inside container, run the docker container interactively and forward a port 8000 to host machine, then run migrations, test server and other stuff inside the container.
Hashtags