From 9afcd67eb3388fcd4a682e06e2848f3b1061d36c Mon Sep 17 00:00:00 2001 From: TBS093A Date: Fri, 24 Jul 2020 14:02:03 +0200 Subject: [PATCH] upgrade README.md --- README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index 0e26e13..0a2a5a1 100644 --- a/README.md +++ b/README.md @@ -48,17 +48,17 @@ └── wsgi.py ``` -### Shell/Bash Files +## Shell/Bash Files -## packages.sh +### ../packages.sh This file have every python virtual environment requirements for application run -## migrate.sh +### ../migrate.sh This file migrate every models with database in app and generate UML -## run.sh +### ../run.sh This file running application