Skip to content

Instantly share code, notes, and snippets.

@jasonamyers
Created May 14, 2013 02:04
Show Gist options
  • Save jasonamyers/5573102 to your computer and use it in GitHub Desktop.
Save jasonamyers/5573102 to your computer and use it in GitHub Desktop.
Possible pyramid structure
-App
|-- app
| |-- __init__.py
| |-- static
| | |-- css
| | `-- js
| |-- templates
| | |-- users
| | | |-- login.jinja2
| | |-- view1.jinja2
| | `-- view2.jinja2
| |-- models
| | |-- users.py
| | `-- other_stuff.py
| |-- views
| | |-- users.py
| | |-- view1.py
| | `-- view2.py
| |-- tests
| | `-- users_test.py
`-- setup.py
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment