Re: How to Minify, obfuscate, and compress django code

2017-08-10 Thread Antonis Christofides
Hi, while it is not entirely clear what the original poster wants, if he's referring to JavaScript then django-compressor provides some support for that. Regards, Antonis Antonis Christofides http://djangodeployment.com On 2017-08-10 03:43, Bernd Wechner wrote: > I'm a little confused as to wh

Re: How to Minify, obfuscate, and compress django code

2017-08-09 Thread Bernd Wechner
I'm a little confused as to what this has to do with Django, which runs server side. The code it emits to the client is limited to what you put in your templates, including perhaps the widgets that django provides for forms. I use a lot of javascript in my forms, and it's my responsibility to m

Re: How to Minify, obfuscate, and compress django code

2017-08-09 Thread Mike Dewhirst
Have a look in __py cache__ Connected by Motorola hin Account wrote: >Hi All, > >I am developing one products using the django framework.  I don't to share the >my source code with the client. I just want to share the obfuscated code with >client. Please tell me how to do the same in django?