bootstrap4 2 bootstrap

This commit is contained in:
hillerliao
2022-05-14 10:31:25 +08:00
parent c480a05bd6
commit 64142cec85
2 changed files with 4 additions and 3 deletions

3
.gitignore vendored
View File

@@ -20,4 +20,5 @@ data-dev.db
#Dockerfile
.dockerignore
# google_analytics.py
.deta
.deta
.vercel

View File

@@ -1,8 +1,8 @@
from flask_bootstrap import Bootstrap4
from flask_bootstrap import Bootstrap
from flask_debugtoolbar import DebugToolbarExtension
from flask_moment import Moment
bootstrap = Bootstrap4()
bootstrap = Bootstrap()
debugtoolbar = DebugToolbarExtension()
moment = Moment()