0

I'm trying to learn django and have already created my project using startproject. Now I want to run the server but it won't work in git bash. It works if I use powershell or cmd but it just freezes in git bash. It says "Watching for file changes with StatReloader" but does nothing. Please help I want to use git bash to run my commands. Thanks

  • Why do you need to run it in git bash? Why not the regular powershell or cmd? – Gino Mempin Jan 03 '20 at 03:10
  • I'm used to it, and I don't understand why it doesn't work. It did a couple months ago when I started a django course and it's weird that it doesn't work now. – elias velardez Jan 03 '20 at 03:15

1 Answers1

0

The Django auto reloading feature is recent: make sure to use the latest Git for Windows (v2.25.0-rc0.windows.1) to see if the issue persists in a git bash session.

If this is based on inotify to do file watching... that might not be compatible with mingw.

VonC
  • 1,262,500
  • 529
  • 4,410
  • 5,250