I'm developing some projects where I'll use django , but I'll have to host the server on the client machine. Where it will be installed there is no internet, so I have to make the system work locally.
I need to know if I can somehow protect the source code so that when someone tries to access the server and get my files they are somehow "illegible".
Once I saw that in Asp it was possible to create a middle of a code DLL, in django is there something similar?