Kassandra Castillo3 oct 20211 min de lecturaCode 4: layout.htmlThis file is for styling the page. <!DOCTYPE html> <html lang="en"> <head> <meta charset="UTF-8"> <title>MapFile</title> <link...
Kassandra Castillo3 oct 20211 min de lecturaCode 1: Info.pyThis is the file in charge of starting the application, it is the main file of the server, in this file is all the logic written in...
Kassandra Castillo3 oct 20211 min de lecturaCode 2: edits.htmlWith this code you can update some data. #app.py from flask import Flask, flash, request, redirect, url_for, render_template import...
Kassandra Castillo3 oct 20211 min de lecturaCode 3: homes.htmlThis file is what we see on the web page. Thanks to this file we can see buttons, tables with their respective cells and fields. Also, we...