This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
from flask import ( | |
Flask, request, render_template, | |
make_response | |
) | |
from flask_bootstrap import Bootstrap | |
import os | |
import uuid | |
import base64 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"workbench.colorTheme": "Monokai Vibrant", | |
"workbench.startupEditor": "newUntitledFile", | |
"editor.multiCursorModifier": "ctrlCmd", | |
"window.zoomLevel": -1, | |
"python.linting.flake8Enabled": true, | |
"python.formatting.provider": "autopep8", | |
"editor.formatOnSave": true, | |
"editor.fontFamily": "'Fira Code','Droid Sans Mono', 'monospace', monospace, 'Droid Sans Fallback'", | |
"editor.fontLigatures": true, |
NewerOlder