Primeiro commit do CRUD - Estrutura e app.py
parents
Showing
.gitignore
0 → 100644
app/app.py
0 → 100644
requirements.txt
0 → 100644
| blinker==1.9.0 | |||
| click==8.3.3 | |||
| colorama==0.4.6 | |||
| Flask==3.1.3 | |||
| Flask-SQLAlchemy==3.1.1 | |||
| greenlet==3.5.0 | |||
| itsdangerous==2.2.0 | |||
| Jinja2==3.1.6 | |||
| MarkupSafe==3.0.3 | |||
| SQLAlchemy==2.0.49 | |||
| typing_extensions==4.15.0 | |||
| Werkzeug==3.1.8 |
static/style.css
0 → 100644
templates/cadastro.html
0 → 100644
templates/editar.html
0 → 100644
templates/index.html
0 → 100644
Please
register
or
sign in
to comment