You can't really do that with Python - however - IF you want to go down
that route, you can just use the pyc files - you can theoretically
backwards compile them, but I think this is the most you can do....

Regards,

Andréas


Den tis 19 maj 2020 kl 03:36 skrev Sunday Iyanu Ajayi <sunnexaj...@gmail.com
>:

> I get your point but my solution is kind of a  SaaS Application. the
> client wants to host it on his controlled server  and if they get the
> source code, they can replicate, modify and maybe sell it.  Is there a way
> to host the compiled file or lock the directory to the project.
> *AJAYI Sunday *
> (+234) 806 771 5394
> *sunnexaj...@gmail.com <sunnexaj...@gmail.com>*
>
>
>
> On Mon, May 18, 2020 at 9:28 PM Jim Armstrong <j...@jimwritescode.com>
> wrote:
>
>> When I work on client projects, I deploy to a test server that is under
>> my control. Once the project is complete and they have paid the invoice, I
>> deploy to the production server under their control. At that point, I don't
>> care if they have access to the code - my contracts give the clients all
>> rights to the project code upon completion of the project.
>>
>>
>> On Friday, May 15, 2020 at 9:22:33 AM UTC-4, Sunday Iyanu Ajayi wrote:
>>>
>>> I am working for a client that wants to deploy a project I am working on
>>> in a remote server and I will like to project my source code when deployed
>>> so that they will not be able to mess with it.
>>>
>>> How can  I  go about it please?
>>>
>>> *AJAYI Sunday *
>>> (+234) 806 771 5394
>>> *sunne...@gmail.com*
>>>
>>> --
>> 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 django-users+unsubscr...@googlegroups.com.
>> To view this discussion on the web visit
>> https://groups.google.com/d/msgid/django-users/636f0636-30df-4ce2-8629-2be8b208ec37%40googlegroups.com
>> <https://groups.google.com/d/msgid/django-users/636f0636-30df-4ce2-8629-2be8b208ec37%40googlegroups.com?utm_medium=email&utm_source=footer>
>> .
>>
> --
> 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 django-users+unsubscr...@googlegroups.com.
> To view this discussion on the web visit
> https://groups.google.com/d/msgid/django-users/CAKYSAw3Hqjuz5rD_AsZ5Wa%2B3WBzQ9LN0GzZKHx3D-irztJ1G0A%40mail.gmail.com
> <https://groups.google.com/d/msgid/django-users/CAKYSAw3Hqjuz5rD_AsZ5Wa%2B3WBzQ9LN0GzZKHx3D-irztJ1G0A%40mail.gmail.com?utm_medium=email&utm_source=footer>
> .
>

-- 
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 django-users+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-users/CAK4qSCfz5H%3DQq%2BMXZtiLyAT35rhbSpLW3h0Z_5Jieoab3z37yA%40mail.gmail.com.

Reply via email to