Re: [PyInstaller] Django Pyinstaller

2022-08-30 Thread Eric Fahlgren
So, from the '.exe' I'm assuming a Windows environment? If so, you have a couple ways to do this. You can create a Windows shortcut to the executable that contains those arguments, the shortcut's "Target" would look exactly like your specified command line. On the other hand, you can add an (or

[PyInstaller] Django Pyinstaller

2022-08-30 Thread Pierre
Does anyone have a .spec file or example of a django implementation of pyinstaller? Currently I have to run: mysite.exe runserver localhost:8000 --noreload Where as I would like to be able to set that as the default behavior if a user clicks the executable. Even better would be to be able to