I use this:

/project
  README.rst
  setup.py
  /package
    /js
    /css
    /lib
   module.py
   othremodule.py
   __init__.py

The reason I put the js code inside the Python package is so that I
can refer to them with asset specifications when generating routes. I
put the third party libs, such as angular itself, in /package/lib.

Curious to hear what others do, though.

On Thu, Jul 25, 2013 at 1:00 PM, Raoul Snyman <[email protected]> wrote:
> Hi folks,
>
> I'm starting a project using AngularJS, and I was wondering what
> others using AngularJS do for directory structure? Do you follow the
> app/, etc. directories used by AngularJS?
>
> I started with my own directory structure, but things don't seem to
> want to work nicely. I'm trying to use AngularJS UI/bootstrap.
>
> --
> Raoul Snyman
> B.Tech Information Technology (Software Engineering)
> E-Mail:   [email protected]
> Web:      http://www.saturnlaboratories.co.za/
> Blog:      http://blog.saturnlaboratories.co.za/
> Mobile:   082 550 3754
> Registered Linux User #333298 (http://counter.li.org)
>
> --
> You received this message because you are subscribed to the Google Groups 
> "pylons-discuss" group.
> To unsubscribe from this group and stop receiving emails from it, send an 
> email to [email protected].
> To post to this group, send email to [email protected].
> Visit this group at http://groups.google.com/group/pylons-discuss.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

-- 
You received this message because you are subscribed to the Google Groups 
"pylons-discuss" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/pylons-discuss.
For more options, visit https://groups.google.com/groups/opt_out.


Reply via email to