[Twisted-web] documentation -- Techno Turkey's fifth adventure

Valentino Volonghi aka Dialtone dialtone at divmod.com
Mon Jul 17 13:39:48 CDT 2006


On Mon, 17 Jul 2006 13:08:36 -0500, "L. Daniel Burr" <ldanielburr at mac.com> wrote:

>So, that said, I propose we use the following directory layout convention 
>in the
>Turkey Adventures (with the clear understanding that this convention is  not 
>any
>kind of officially mandated thing):

Since we are talking about best practices... :)

>/ProjectName
>   /packagename
>     /static
>       /css
>       /js
>       /images
>     module1.py
>     module2.py
>     ...


/ProjectName
   /static
       /i   - images
       /s   - styles
       /j   - javascript
   /template
   /doc
   /database - sql files
   /bin      - various scripts
   /projectname - python modules
       /web  - for the web stuff
       /storage - for the data layer
       /other_eventual_twisted_using_subparts
      common_python_modules.py



More information about the Twisted-web mailing list