tornado 实践 - 目录结构

.

├── README.md

└── store_management

    ├── Session.vim

    ├── auth

    │   ├── __init__.py

    │   ├── views.py

    ├── base

    │   ├── __init__.py

    │   ├── views.py

    ├── settings.py

    ├── start.py

    ├── templates

    │   ├── auth

    │   │   ├── login.html

    │   │   └── register.html

    │   └── main.html

    ├── url.py

 

posted @ 2014-12-19 15:28  kv9  阅读(760)  评论(0编辑  收藏  举报