mirror of
https://github.com/d0zingcat/RSSHub-python.git
synced 2026-05-14 07:26:44 +00:00
bootstrap4 2 bootstrap
This commit is contained in:
3
.gitignore
vendored
3
.gitignore
vendored
@@ -20,4 +20,5 @@ data-dev.db
|
||||
#Dockerfile
|
||||
.dockerignore
|
||||
# google_analytics.py
|
||||
.deta
|
||||
.deta
|
||||
.vercel
|
||||
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user