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 2f92a21 commit 55b4a82Copy full SHA for 55b4a82
demosys/core/management/commands/createproject.py
@@ -55,6 +55,7 @@ def gen_manage_py(project_name):
55
'',
56
' from demosys.core.management import execute_from_command_line',
57
58
- ' execute_from_command_line(sys.argv)'
+ ' execute_from_command_line(sys.argv)',
59
+ '',
60
]
61
return "\n".join(lines)
demosys_test/main.py
@@ -1,6 +1,4 @@
1
-"""
2
-Entrypoint for custom entrypoint in setup.py
3
+"""Entrypoint from entrypoint in setup.py"""
4
import os
5
import sys
6
0 commit comments