Update README.md

master/v0.1.0
Kamil 2020-09-15 17:33:06 +02:00 committed by GitHub
parent 4bf444ca6d
commit 4750778511
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 32 additions and 0 deletions

View File

@ -13,6 +13,38 @@ Trade App has also security func (like create/verify tokens (hashed information
### Project Structure ### Project Structure
```bash
.
├── chat
│   ├── admin.py
│   ├── consumers.py
│   ├── models.py
│   ├── routing.py
│   ├── urls.py
│   └── views.py
├── generalApp
│   ├── AbstractCRUD.py
│   ├── admin.py
│   ├── apps.py
│   ├── exchangeVO.py
│   ├── methods.py
│   ├── models.py
│   ├── tests.py
│   ├── urls.py
│   ├── utilities.py
│   └── views.py
├── manage.py
├── migrate.sh
├── packages.sh
├── run.sh
└── TradeApp
├── routing.py
├── settings.py
├── urls.py
└── wsgi.py
```
### UML ### UML
## Comments ## Comments