upgrade README.md
parent
85bb627391
commit
7ef2e263a2
19
README.md
19
README.md
|
|
@ -3,10 +3,9 @@
|
||||||
|
|
||||||
## Basic Information
|
## Basic Information
|
||||||
|
|
||||||
### Directory Structure
|
### Project Structure
|
||||||
|
|
||||||
```bash
|
```bash
|
||||||
|
|
||||||
.
|
.
|
||||||
├── account
|
├── account
|
||||||
│ ├── admin.py
|
│ ├── admin.py
|
||||||
|
|
@ -47,8 +46,22 @@
|
||||||
├── urls.py
|
├── urls.py
|
||||||
├── utils.py
|
├── utils.py
|
||||||
└── wsgi.py
|
└── wsgi.py
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### Shell/Bash Files
|
||||||
|
|
||||||
|
## packages.sh
|
||||||
|
|
||||||
|
This file have every python virtual environment requirements for application run
|
||||||
|
|
||||||
|
## migrate.sh
|
||||||
|
|
||||||
|
This file migrate every models with database in app and generate UML
|
||||||
|
|
||||||
|
## run.sh
|
||||||
|
|
||||||
|
This file running application
|
||||||
|
|
||||||
## UML
|
## UML
|
||||||
|
|
||||||
### Diagram class
|
### Diagram class
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue