Update project_structure.md

This commit is contained in:
liuzheng 2018-01-29 11:50:41 +08:00 committed by GitHub
parent 7f777a4472
commit 04c344e2a0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -45,6 +45,6 @@
│ │ └── wsgi.py
│ ├── manage.py
│ ├── static // 项目静态资源目录
├── locale // 项目多语言目录
  ├── i18n                     // 项目多语言目录
│ └── templates // 项目模板目录
```