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
>
> 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
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
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