Update README.md

master/v0.1.0
Kamil 2020-09-15 17:52:14 +02:00 committed by GitHub
parent 3622eaaeb6
commit 54846d57ff
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 4 deletions

View File

@ -44,18 +44,18 @@ Trade App has also security func (like create/verify tokens (hashed information
└── wsgi.py └── wsgi.py
``` ```
### Usefull files ### Useful files
Shell / Bash Files Shell / Bash Files
- ./packages.sh - ./packages.sh
This file have every python virtual environment requirements for application run (every python virtual environment requirements for application run)
- ./migrate.sh - ./migrate.sh
This file migrate every models with database in app and generate UML (migrate every models with database in app and generate UML)
- ./run.sh - ./run.sh
This file running application (run application)
## UML ## UML