@@ -23,7 +23,8 @@ def start(args):
"-b", "0.0.0.0:8080",
'-w', str(NCPU*3),
"--log-level=critical"],
- cwd="django/hello")
+ cwd="django/hello",
+ env=env)
return 0
def stop():