Skip to content

Commit 51d4b63

Browse files
committed
exec wrapper script.
1 parent 2d9325e commit 51d4b63

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

manage.py

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
#!/usr/bin/env python
2+
import os
3+
import sys
4+
5+
new_file = os.path.join(os.path.dirname(__file__), 'example', 'manage.py')
6+
os.execl(sys.executable, sys.executable, new_file, *sys.argv)

0 commit comments

Comments
 (0)