We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 51d4b63 commit 9da7418Copy full SHA for 9da7418
manage.py
@@ -3,4 +3,4 @@
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)
+os.execl(sys.executable, new_file, new_file, *sys.argv)
0 commit comments