[web2py] Re: databases folder not created in shell

2010-11-15 Thread mdipierro
done, although it would be better if shell were to call app_create from admin.py On Nov 15, 10:21 am, DenesL wrote: > When the app is being created from the shell. > See shell.py line 159. > > The patch would be almost identical to the admin.py one except for > subpath =  os.path.join(path,subfol

[web2py] Re: databases folder not created in shell

2010-11-15 Thread DenesL
When the app is being created from the shell. See shell.py line 159. The patch would be almost identical to the admin.py one except for subpath = os.path.join(path,subfolder) which in shell.py should read subpath = os.path.join(adir,subfolder) On Nov 15, 10:19 am, mdipierro wrote: > shell

[web2py] Re: databases folder not created in shell

2010-11-15 Thread mdipierro
shell calls app_create which not has the problem fixed. Is it not? Can you provide a test case? On Nov 15, 9:05 am, DenesL wrote: > I believe that patch should go in shell.py too. > > On Nov 15, 12:32 am, mdipierro wrote: > > > fixed in trunk > > > On Nov 14, 8:13 pm, DenesL wrote: > > > > ^bum

[web2py] Re: databases folder not created in shell

2010-11-15 Thread DenesL
I believe that patch should go in shell.py too. On Nov 15, 12:32 am, mdipierro wrote: > fixed in trunk > > On Nov 14, 8:13 pm, DenesL wrote: > > > ^bump^ > >

[web2py] Re: databases folder not created in shell

2010-11-14 Thread mdipierro
fixed in trunk On Nov 14, 8:13 pm, DenesL wrote: > ^bump^

[web2py] Re: databases folder not created in shell

2010-11-14 Thread DenesL
^bump^