Passing Variables Between Flask Views
I needed to pass a list of error IP addresses from one Flask view to another. Flask views are just two different functions, they define the pages on the website. The error IP list was created when on page devices/info and they are to be displayed on page devices/inventory as errors. Method 1 This first […]
Passing Variables Between Flask Views Read More »