done, although it would be better if shell were to call app_create from admin.py
On Nov 15, 10:21 am, DenesL <[email protected]> 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,subfolder) > > which in shell.py should read > subpath = os.path.join(adir,subfolder) > > On Nov 15, 10:19 am, mdipierro <[email protected]> wrote: > > > 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 <[email protected]> wrote: > > > > I believe that patch should go in shell.py too. > > > > On Nov 15, 12:32 am, mdipierro <[email protected]> wrote: > > > > > fixed in trunk > > > > > On Nov 14, 8:13 pm, DenesL <[email protected]> wrote: > > > > > > ^bump^ > >

