I have a django based web application which is working fine. Recently one customer asked for the offline version of the application. Offline means simple stand-alone desktop application. Can we convert or existing Django application into desktop application or do i need to develop the application from scratch using some other framework.
There is one solution to the problem is to deploy the application locally on the desktop. But in that case our source code will be available to the customer. Please help me to find out the solution of this problem.
Thanks & Regards
Farhan Nesar is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.