Gestión de operadores autorizados a utilizar las impresoras 3D. Más información en la web
3D Printers authorized operators management. More info here
Automatic generation of printer operators page based on Jinja2 templates and GitHub issues.
Author: Manuel Peña
Demo here
- Install dependencies:
pip install -r requirements.txt
. - Copy the
website
andtemplate
folder to the corresponding directory in your website server. - Run the generate script with the path of the index.html file to write:
python operadores.py -o path/to/website/index.html
.
You will have to schedule the execution of operadores.py in order to have an updated webpage.
- Bootstrap.
- Based on the One Page Wonder template.
- Printer Status Webpage by David-Estevez