On Mon, 17 Jul 2006 13:08:36 -0500, "L. Daniel Burr" <[EMAIL PROTECTED]> 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

_______________________________________________
Twisted-web mailing list
[email protected]
http://twistedmatrix.com/cgi-bin/mailman/listinfo/twisted-web

Reply via email to