Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
andytwoods committed Sep 13, 2023
1 parent 663d2af commit b190668
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,9 +41,9 @@ After the package has been installed, head over to your settings.py. You need to
`debug_toolbar.panels.staticfiles.StaticFilesPanel`.


- **WINDOWS USERS**: in your `env` file, you need to add the location of the IDE you would like to use to open files with an
option called ``DJANGO_WINDOWS_IDE``. For example, the setting for the PyCharm Interpreter would
be `DJANGO_WINDOWS_IDE=C:\Program Files\JetBrains\PyCharm 2021.1.3\bin\pycharm64.exe`.
- you need to add the location of the IDE you would like to use to open files with an
option called ``DJANGO_WINDOWS_IDE`` in your settings. For example, the setting for the PyCharm Interpreter would
be `DJANGO_WINDOWS_IDE="C:/Program Files/JetBrains/PyCharm 2023.1.1/bin/pycharm64.exe`.


- **MAC USERS**: you will need to tell your operating system to use your IDE to open python and html files by default.
Expand Down

0 comments on commit b190668

Please sign in to comment.