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 11{
22 "environment" : {
33 "EDITOR" : " /usr/bin/vim" ,
4- "HOME" : " /tmp/hm" ,
4+ "DJANGO_SETTINGS_MODULE" : " my_app.settings.local" ,
5+ "SERVER_PORT" : " 8009" ,
56 },
67 "windows" : [
78 {
89 "panes" : [
910 null ,
11+ " ./manage.py runserver 0.0.0.0:${SERVER_PORT}"
1012 ],
11- "window_name" : " Blank pane test "
13+ "window_name" : " Django project "
1214 },
1315 ],
1416 "session_name" : " Environment variables test"
Original file line number Diff line number Diff line change 11session_name : Environment variables test
22environment :
33 EDITOR : /usr/bin/vim
4- HOME : /tmp/hm
4+ DJANGO_SETTINGS_MODULE : my_app.settings.local
5+ SERVER_PORT : " 8009"
56windows :
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
98 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