Same as Issue #16, but for profiling panel. On Windows, splitting a path with '/' does not work well ;-) The exception is located at debug_toolbar/panels/profiling.py in content, line 65 Bug fixed by importing os, and replacing '/' by os.path.sep
Same as Issue #16, but for profiling panel.
On Windows, splitting a path with '/' does not work well ;-)
The exception is located at debug_toolbar/panels/profiling.py in content, line 65
Bug fixed by importing os, and replacing '/' by os.path.sep