Skip to content
Snippets Groups Projects
Commit 063d5cf2 authored by Tamas Gal's avatar Tamas Gal :speech_balloon:
Browse files

Dont use bootstrap

parent 46be17f6
No related branches found
No related tags found
No related merge requests found
from flask import Flask
from flask_bootstrap import Bootstrap
app = Flask(__name__)
from app import routes
bootstrap = Bootstrap(app)
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment