Hi. I have never used PyInstaller before and am trying to wrap my head around it. Working through the documentation now.
Can anyone point me to a tutorial / walk-thru that demonstrates how to turn a django management command into an application exe? For example, python manage.py shell or something like that when the exe is clicked. Even better if it is a custom management command... but if not, I am sure I can figure it out from any similar guide.
Thanks!