@@ -10,7 +10,7 @@ The README is used to introduce the modules and provide instructions on
1010how to install the modules, any machine dependencies it may have and any
1111other information that should be provided before the modules are installed.
1212
13- [ ![ flask_func_struct py code checker] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_py_checker.yml/badge.svg )] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_py_checker .yml ) [ ![ flask_func_struct python package checker] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_package.yml/badge.svg )] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_package .yml ) [ ![ GitHub issues open] ( https://img.shields.io/github/issues/vroncevic/flask_func_struct.svg )] ( https://github.com/vroncevic/flask_func_struct/issues ) [ ![ GitHub contributors] ( https://img.shields.io/github/contributors/vroncevic/flask_func_struct.svg )] ( https://github.com/vroncevic/flask_func_struct/graphs/contributors )
13+ [ ![ flask_func_struct python checker] ( https://img.shields.io/github/workflow/status/vroncevic/flask_func_struct/flask_func_struct_python_checker?style=flat&label=flask_func_struct%20python%20checker )] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_python_checker .yml ) [ ![ flask_func_struct package checker] ( https://img.shields.io/github/workflow/status/vroncevic/flask_func_struct/flask_func_struct_package_checker?style=flat&label=flask_func_struct%20package%20checker )] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_package_checker .yml ) [ ![ GitHub issues open] ( https://img.shields.io/github/issues/vroncevic/flask_func_struct.svg )] ( https://github.com/vroncevic/flask_func_struct/issues ) [ ![ GitHub contributors] ( https://img.shields.io/github/contributors/vroncevic/flask_func_struct.svg )] ( https://github.com/vroncevic/flask_func_struct/graphs/contributors )
1414
1515<!-- START doctoc generated TOC please keep comment here to allow auto update -->
1616<!-- DON'T EDIT THIS SECTION, INSTEAD RE-RUN doctoc TO UPDATE -->
@@ -28,6 +28,10 @@ other information that should be provided before the modules are installed.
2828
2929### Installation
3030
31+ Used next development environment
32+
33+ ![ debian linux os] ( https://raw.githubusercontent.com/vroncevic/flask_func_struct/dev/docs/debtux.png )
34+
3135Navigate to ** [ release page] ( https://github.com/vroncevic/flask_func_struct/releases ) ** download and extract release archive 📦.
3236
3337To install modules type the following
@@ -43,7 +47,7 @@ cp -R /app_server/ /Flask/
4347
4448Or You can use Dockerfile to create image/container 🚢.
4549
46- [ ![ flask_func_struct docker checker] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_docker_checker.yml/badge.svg )] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_docker_checker.yml )
50+ [ ![ flask_func_struct docker checker] ( https://img.shields.io/github/workflow/status/vroncevic/flask_func_struct/flask_func_struct_docker_checker?style=flat&label=flask_func_struct%20docker%20checker )] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/flask_func_struct_docker_checker.yml )
4751
4852### Usage
4953
@@ -185,14 +189,6 @@ app_server/
185189│ ├── login.html
186190│ ├── members.html
187191│ └── register.html
188- ├── tests/
189- │ ├── base_query.py
190- │ ├── helpers.py
191- │ ├── __init__.py
192- │ ├── sqlalchemy_query.py
193- │ ├── test_config.py
194- │ ├── test_main.py
195- │ └── test_user.py
196192└── views/
197193 ├── base/
198194 │ ├── about.py
@@ -212,7 +208,7 @@ app_server/
212208
213209### Docs
214210
215- [ ![ Documentation Status] ( https://readthedocs.org/projects/flask-func-struct/badge/?version=latest )] ( https://flask-func-struct.readthedocs.io/en/latest/?badge=latest ) [ ![ Pages build deployment ] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/pages/pages-build-deployment/badge.svg )] ( https://github.com/vroncevic/flask_func_struct/actions/workflows/pages/pages-build-deployment )
211+ [ ![ Documentation Status] ( https://readthedocs.org/projects/flask-func-struct/badge/?version=latest )] ( https://flask-func-struct.readthedocs.io/en/latest/?badge=latest )
216212
217213📗 More documentation and info at
218214
0 commit comments