upgrade README.md
parent
85bb627391
commit
7ef2e263a2
19
README.md
19
README.md
|
|
@ -3,10 +3,9 @@
|
|||
|
||||
## Basic Information
|
||||
|
||||
### Directory Structure
|
||||
### Project Structure
|
||||
|
||||
```bash
|
||||
|
||||
.
|
||||
├── account
|
||||
│ ├── admin.py
|
||||
|
|
@ -47,8 +46,22 @@
|
|||
├── urls.py
|
||||
├── utils.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
|
||||
|
||||
### Diagram class
|
||||
|
|
|
|||
Loading…
Reference in New Issue