Add flask app with auto-reload to render the form template
This commit is contained in:
parent
433862d0ad
commit
2333ccd168
12 changed files with 662 additions and 61 deletions
5
render/__init__.py
Normal file
5
render/__init__.py
Normal file
|
@ -0,0 +1,5 @@
|
|||
"""HTML dynamic template rendering submodule.
|
||||
|
||||
This file is required for pytest pre-commit hook (pytest#3151).
|
||||
|
||||
"""
|
Loading…
Add table
Add a link
Reference in a new issue