File tree Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Expand file tree Collapse file tree 2 files changed +9
-7
lines changed Original file line number Diff line number Diff line change 1
1
{
2
2
"environment" : {
3
3
"EDITOR" : " /usr/bin/vim" ,
4
- "HOME" : " /tmp/hm" ,
4
+ "DJANGO_SETTINGS_MODULE" : " my_app.settings.local" ,
5
+ "SERVER_PORT" : " 8009" ,
5
6
},
6
7
"windows" : [
7
8
{
8
9
"panes" : [
9
10
null ,
11
+ " ./manage.py runserver 0.0.0.0:${SERVER_PORT}"
10
12
],
11
- "window_name" : " Blank pane test "
13
+ "window_name" : " Django project "
12
14
},
13
15
],
14
16
"session_name" : " Environment variables test"
Original file line number Diff line number Diff line change 1
1
session_name : Environment variables test
2
2
environment :
3
3
EDITOR : /usr/bin/vim
4
- HOME : /tmp/hm
4
+ DJANGO_SETTINGS_MODULE : my_app.settings.local
5
+ SERVER_PORT : " 8009"
5
6
windows :
6
- # Emptiness will simply open a blank pane, if no shell_command_before.
7
- # All these are equivalent
8
- - window_name : Blank pane test
7
+ - window_name : Django project
9
8
panes :
10
- -
9
+ -
10
+ - ./manage.py runserver 0.0.0.0:${SERVER_PORT}
You can’t perform that action at this time.
0 commit comments