Changes between Initial Version and Version 1 of Ticket #23020, comment 9


Ignore:
Timestamp:
Jul 13, 2014, 7:58:29 PM (10 years ago)
Author:
Collin Anderson

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #23020, comment 9

    initial v1  
    1 Hah! While debugging the windows ticket I noticed that it's only watching for changes to the *.pyc files. I have `sys.dont_write_bytecode = True` in all of my `manage.py` files. If I take that that out it stops working.
     1Hah! While debugging the windows ticket I noticed that *.pyc files were coming up. I have `sys.dont_write_bytecode = True` in all of my `manage.py` files. If I take that that out it stops working.
Back to Top