On Mar 31, 2011, at 4:26 PM, villas wrote: > > I believe the w2p file is just a standard zip file. If you want to > include a subset of files, I guess you could always make your own zip > file.
They're tgz (gzipped tar). > > I sometimes just zip the app folder myself and unzip it on my other > computer when I'm working on something. > > In production my DB file is not available to web2py so it couldn't be > included. > > > On Mar 29, 2:13 pm, LightOfMooN <[email protected]> wrote: >> Yes, thanks, it's good. >> >> But first question stills opened: >> Is there a way to pack just app code? (to *.w2p) >> >> On 29 мар, 16:03, Martín Mulone <[email protected]> wrote: >> >>> Put autodelete=True on the db field definition upload. >> >>> from the book: >> >>> autodelete determines if the corresponding uploaded file should be deleted >>> when the record referencing the file is deleted. For "upload" fields only. >> >>> 2011/3/29 LightOfMooN <[email protected]> >> >>>> Question is opened. >>>> App working, HDD space decreases because of uploads. But some uploads >>>> are deleted from database, but files not. >>>> How to clean it? >> >>>> On 27 мар, 20:25, LightOfMooN <[email protected]> wrote: >>>>> Is there a way to pack just app code? >>>>> (without images and other uploads) >>>>> Or it can be done only by manual delete upload content? >> >>> -- >>> Pablo Martín Mulone ([email protected])http://www.tecnodoc.com.ar/ >> >>> My blog:http://martin.tecnodoc.com.ar >>> Expert4Solution >>> Profile:http://www.experts4solutions.com/e4s/default/expert/6 >> >>

