fix manage.py importing from the wrong path
This commit is contained in:
parent
39ce6a4ee9
commit
f81dd4b7a2
3 changed files with 8 additions and 12 deletions
|
@ -13,5 +13,5 @@ def run_command(argv):
|
|||
|
||||
sys.exit(result.returncode)
|
||||
|
||||
if __name__=='__main__':
|
||||
if __name__ == '__main__':
|
||||
run_command(sys.argv)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue