Re: Proposal: project-specific initial SQL data

2007-01-15 Thread Yasushi Masuda
Russ: Thank you for advice. I shall look into the ticket and try the phase3-patch. Russell Keith-Magee wrote: On 1/14/07, Yasushi Masuda <[EMAIL PROTECTED]> wrote: Adrian: Thank you for comment. I understood the policy not to creep the features, but let me explain a bit about why I see be

Re: Proposal: project-specific initial SQL data

2007-01-15 Thread Russell Keith-Magee
On 1/14/07, Yasushi Masuda <[EMAIL PROTECTED]> wrote: Adrian: Thank you for comment. I understood the policy not to creep the features, but let me explain a bit about why I see benefit to have proj_name/sql/app_name/obj_name.sql. Just imagine we have an application comes with initial sql dat

Re: Proposal: project-specific initial SQL data

2007-01-13 Thread Yasushi Masuda
Adrian: Thank you for comment. I understood the policy not to creep the features, but let me explain a bit about why I see benefit to have proj_name/sql/app_name/obj_name.sql. Just imagine we have an application comes with initial sql data under the app directory. To customize app-provided ini

Re: Proposal: project-specific initial SQL data

2007-01-13 Thread Adrian Holovaty
On 1/13/07, Yasushi Masuda <[EMAIL PROTECTED]> wrote: Currently we have all initial SQL data under app_dir/sql/. But I think it would be better to add a hook to provide porject-specific initial SQL data somewhere relevant to a project, for example: 1. project_name/sql/app/object_name(.db_engine

Proposal: project-specific initial SQL data

2007-01-13 Thread Yasushi Masuda
Hello Djangonauts, Currently we have all initial SQL data under app_dir/sql/. But I think it would be better to add a hook to provide porject-specific initial SQL data somewhere relevant to a project, for example: 1. project_name/sql/app/object_name(.db_engine).sql 2. settings.INITIAL_SQL_DA