Re: [Tutor] Suggested source code folder layout

2009-06-08 Thread Walker Hale IV
On Mon, Jun 8, 2009 at 1:12 PM, Allen Fowler wrote: > >> > >> My 2 cents... >> >> 1) Since you are describing your source code layout, any virtual >> environment should be outside. A virtual environment (virtualenv) is >> part of deployment and not part of source. If you need to make a >> reproduci

Re: [Tutor] Suggested source code folder layout

2009-06-08 Thread Allen Fowler
> > My 2 cents... > > 1) Since you are describing your source code layout, any virtual > environment should be outside. A virtual environment (virtualenv) is > part of deployment and not part of source. If you need to make a > reproducible deployment environment, then you need a deployment syst

Re: [Tutor] Suggested source code folder layout

2009-06-06 Thread Walker Hale IV
On Tue, Jun 2, 2009 at 5:06 PM, Allen Fowler wrote: > > Hello, > > I'm looking for some suggestions as to the filesystem source code layout for > a new project. > > Here is what I am thinking so far: > > root_folder/ > - app/ -- Code for our pylons/django/TG/etc web app > - web/ -- Public static

[Tutor] Suggested source code folder layout

2009-06-02 Thread Allen Fowler
Hello, I'm looking for some suggestions as to the filesystem source code layout for a new project. Here is what I am thinking so far: root_folder/ - app/ -- Code for our pylons/django/TG/etc web app - web/ -- Public static web files (and wsgi / fastCGI connector files) - db/ -- SQlite DB - scr