Drop python2. PIL everywhere. Bootstrap serve local (#1)

* all local

* local ref

* typo

* proper local

* remove static
This commit is contained in:
Denys Savchenko
2023-10-10 21:28:39 +02:00
committed by GitHub
parent be79b63627
commit 56f7e9f152
4 changed files with 9 additions and 11 deletions

View File

@ -26,8 +26,10 @@ secret_key = u'f71b10b68b1bc00019cfc50d6ee817e75d5441bd5db0bd83453b398225cede69'
app = Flask(__name__)
app.secret_key = secret_key
app.config['BOOTSTRAP_SERVE_LOCAL'] = True
Bootstrap(app)
###### general ##########################################
@app.route('/')
def welcome():