upgrade README.md

develop
TBS093A 2020-07-24 14:01:03 +02:00
parent 85bb627391
commit 7ef2e263a2
1 changed files with 16 additions and 3 deletions

View File

@ -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