@@ -10,7 +10,7 @@ The README is used to introduce the modules and provide instructions on
10
10
how to install the modules, any machine dependencies it may have and any
11
11
other information that should be provided before the modules are installed.
12
12
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 )
14
14
15
15
<!-- START doctoc generated TOC please keep comment here to allow auto update -->
16
16
<!-- 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.
28
28
29
29
### Installation
30
30
31
+ Used next development environment
32
+
33
+ ![ debian linux os] ( https://raw.githubusercontent.com/vroncevic/flask_func_struct/dev/docs/debtux.png )
34
+
31
35
Navigate to ** [ release page] ( https://github.com/vroncevic/flask_func_struct/releases ) ** download and extract release archive 📦.
32
36
33
37
To install modules type the following
@@ -43,7 +47,7 @@ cp -R /app_server/ /Flask/
43
47
44
48
Or You can use Dockerfile to create image/container 🚢.
45
49
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 )
47
51
48
52
### Usage
49
53
@@ -185,14 +189,6 @@ app_server/
185
189
│ ├── login.html
186
190
│ ├── members.html
187
191
│ └── 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
196
192
└── views/
197
193
├── base/
198
194
│ ├── about.py
@@ -212,7 +208,7 @@ app_server/
212
208
213
209
### Docs
214
210
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 )
216
212
217
213
📗 More documentation and info at
218
214
0 commit comments