Hi Chad:
I have configured the next file system:
c:\os\
c:\os\__
c:\os\webapp (which contains python applications)
c:\os\data (which contains Sqlite databases, static files, etc.)
Is this possible to say Aspen that the root application is in c:\os
\webapp and data can be recovered / saved into c:\os\data? i.e. when
invoking aspen It woul be nice to type:
aspen -approot app_directory -dataroot data_directory
Instead of only:
-root directory
Or, is there any smart solution for my necessity?
Thanks!!!