I have propriety commercial code and some formula/ algo
implementations which I do not want to expose.
Hence I do not want to upload .py source files

Is rewriting that business logic in a compiled langauge only way out?
how do I call it from python, Using web services?



Ashish

On May 15, 2:51 pm, jonknee <[EMAIL PROTECTED]> wrote:
> > I want to upload only .pyc and no source files. Whats the best way to
> > make sure my .pyc works there.
>
> Your best bet is to probably upload the .py files, run the app and
> then delete the .py files. That way you're sure that the .pyc files
> are compatible. But unless you really need to get rid of the .py
> files, you should leave them be.
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Django users" group.
To post to this group, send email to django-users@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/django-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to