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 2d9325e commit 51d4b63Copy full SHA for 51d4b63
manage.py
@@ -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