Tentative de rendre fonctionnel le code en version prod

This commit is contained in:
Jean-Marie Favreau
2023-11-15 16:00:08 +01:00
parent b509e3d7da
commit 1e485998c1
24 changed files with 93 additions and 369 deletions

View File

@@ -16,6 +16,7 @@ def main():
"available on your PYTHONPATH environment variable? Did you "
"forget to activate a virtual environment?"
) from exc
print("commande: " + str(sys.argv))
execute_from_command_line(sys.argv)