Re: Can django apps be compiled for shrinkwrapped applications?

2007-03-01 Thread James Bennett
On 3/1/07, Jeremy Dunck <[EMAIL PROTECTED]> wrote: > If you're just concerned about not having source available, you can > run this over all your files: > http://docs.python.org/lib/module-compileall.html (but keep in mind that Python bytecode isn't terribly hard to reverse-engineer, and introduc

Re: Can django apps be compiled for shrinkwrapped applications?

2007-03-01 Thread Jeremy Dunck
On 3/1/07, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > > I've looked around the FAQ on the website and didn't see anything > obvious. Is anyone creating redistributable applications on top of > Django that can be compiled for shrinkwrap style software? I want to > redistribute a web applicati

Can django apps be compiled for shrinkwrapped applications?

2007-03-01 Thread [EMAIL PROTECTED]
I've looked around the FAQ on the website and didn't see anything obvious. Is anyone creating redistributable applications on top of Django that can be compiled for shrinkwrap style software? I want to redistribute a web application without having the source laying around. I've seen application