forked from 3wordchant/capsul-flask
added FAQ, Changelog, and Support static pages
This commit is contained in:
@ -26,11 +26,9 @@ def create_app():
|
||||
|
||||
db.init_app(app)
|
||||
|
||||
@app.route("/")
|
||||
def index():
|
||||
return render_template("index.html")
|
||||
from capsulflask import auth, landing, console
|
||||
|
||||
from capsulflask import auth
|
||||
app.register_blueprint(landing.bp)
|
||||
|
||||
app.register_blueprint(auth.bp)
|
||||
|
||||
|
Reference in New Issue
Block a user