mirror of
https://github.com/wsvincent/awesome-django.git
synced 2024-11-24 04:21:10 +00:00
14 lines
328 B
JSON
14 lines
328 B
JSON
|
{
|
||
|
"name": "Awesome Django Codespace",
|
||
|
"image": "mcr.microsoft.com/vscode/devcontainers/base:0-focal",
|
||
|
"settings": {
|
||
|
"terminal.integrated.shell.linux": "/bin/bash"
|
||
|
},
|
||
|
"extensions": [
|
||
|
"github.github-vscode-theme"
|
||
|
],
|
||
|
"forwardPorts": [4000],
|
||
|
"postCreateCommand": "bundle install",
|
||
|
"remoteUser": "vscode"
|
||
|
}
|