hi, I'm currently working on something but I have it in my plans to make that video, I will let you know when I have it. Regarding the protected Django source code is a good question, certainly possible but I've never done it myself.
I'm glad it worked. I think you might be looking for an installer of a Django project, I have created some posts in my blog explaining how you can do it (Windows). I've only tested in some computers yet, but it worked in Windows 10 and Windows 11... failed for Windows 7. Here is the URL: www.jaimedcsilva.com/hello-world/creating-a-django-project/ (That's the first post, then it continues through the related posts in the bottom). If you try, let me know if it works 🙂
This one will only work locally. To make it usable across systems it would be necessary to have an installation phase. Imagine, you would have an installation.exe that would create a venv and deploy the Django project to some folder, for example in C:\Programs, and then later generate the .exe file like in this video. I never went through that process but I would approach it like that.
i created exe with your video, its really very useful
please create a video for Django to exe complete video step by step
is it possible to protect the django source code once the project deliver to a customer
hi, I'm currently working on something but I have it in my plans to make that video, I will let you know when I have it.
Regarding the protected Django source code is a good question, certainly possible but I've never done it myself.
i have created a django project, i like to give to my customers, is it possible to make full pack exe
I'm glad it worked. I think you might be looking for an installer of a Django project,
I have created some posts in my blog explaining how you can do it (Windows).
I've only tested in some computers yet, but it worked in Windows 10 and Windows 11... failed for Windows 7.
Here is the URL: www.jaimedcsilva.com/hello-world/creating-a-django-project/
(That's the first post, then it continues through the related posts in the bottom).
If you try, let me know if it works 🙂
It is working as standalone so that i can use this in another system also?
This one will only work locally. To make it usable across systems it would be necessary to have an installation phase. Imagine, you would have an installation.exe that would create a venv and deploy the Django project to some folder, for example in C:\Programs, and then later generate the .exe file like in this video. I never went through that process but I would approach it like that.
Didnt worked in otger system
what system did you try it on?