Created
July 3, 2020 21:30
-
-
Save lucawen/eed9378ea195c7a334121da2cc83d01d to your computer and use it in GitHub Desktop.
Revisions
-
lucawen created this gist
Jul 3, 2020 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,13 @@ { "name": "Run Django", "type": "python", "request": "attach", "pathMappings": [ { "localRoot": "${workspaceFolder}", "remoteRoot": "/app" } ], "port": 3000, "host": "127.0.0.1", }