From 7ef2e263a269536cf0fe1425bc1fe6b6813d5983 Mon Sep 17 00:00:00 2001 From: TBS093A Date: Fri, 24 Jul 2020 14:01:03 +0200 Subject: [PATCH] upgrade README.md --- README.md | 19 ++++++++++++++++--- 1 file changed, 16 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index f5af8c3..0e26e13 100644 --- a/README.md +++ b/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