Drop python2. PIL everywhere. Bootstrap serve local (#1)
* all local * local ref * typo * proper local * remove static
This commit is contained in:
@ -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():
|
||||
|
||||
Reference in New Issue
Block a user