I want to sell my Django product on a subscription basis to the client and set up the server on their server while ensuring that the code is not tampered with. For this I need a way to save the Django project in an encrypted format and Decrypt the files in RAM using a password that the client can get by sending a request to my licensing server.
Is there a way to do this? our a better mechanism to deploy my Python project on client-server without them tampering the code. -- You received this message because you are subscribed to the Google Groups "Django users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/django-users/884aead0-5071-4ff5-9167-829dc2afdc7en%40googlegroups.com.

