django binary (no source code) deployment

后端 未结 3 779
别跟我提以往
别跟我提以往 2021-01-08 01:19

is there possible only to deploy binary version of web application based on django , no source code publish?

Thanks

3条回答
  •  抹茶落季
    2021-01-08 01:31

    Oh, again that old one... Simply stated, you can't deploy an application in a non-compiled language (Python, Perl, PHP, Ruby...) in a source-safe way - all existing tricks are extremely easy to circumvent. Anyway, that doesn't matter at all: the contract you have with your customer does. Even for Java there are neat decompilers.

    If your customer wants to redeploy by hand your application on another machine, he could anyway even if the application was in C. Unless you wrote a dongle-protected anti-piracy scheme? Come on. You have to build a relation with your client. This is a social, commercial and legal problem that can't be solved with a technical stunt.

提交回复
热议问题