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 <mdipie...@cs.depaul.edu> 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 <denes1...@yahoo.ca> wrote:
>
> > I believe that patch should go in shell.py too.
>
> > On Nov 15, 12:32 am, mdipierro <mdipie...@cs.depaul.edu> wrote:
>
> > > fixed in trunk
>
> > > On Nov 14, 8:13 pm, DenesL <denes1...@yahoo.ca> wrote:
>
> > > > ^bump^
>
>

Reply via email to