I made a project and now I want to sell it, the easiest way would be to convert it to an exe and sell that, is that possible with django? is there some other way I can do that?
1 Like
Take a look at PyInstaller, it might be sufficient for what you’re looking to do.
1 Like
Ohh, i thought it wouldnt work. Thanks I will have a look at it! Thank you so much!
I have no idea whether it will or won’t - it’s just that it’s your best chance of making it work.
1 Like