forked from 3wordchant/capsul-flask
fix name collision
This commit is contained in:
@ -40,12 +40,12 @@ from capsulflask import db
|
||||
|
||||
db.init_app(app)
|
||||
|
||||
from capsulflask import auth, landing, console, stripe
|
||||
from capsulflask import auth, landing, console, payment_stripe
|
||||
|
||||
app.register_blueprint(landing.bp)
|
||||
app.register_blueprint(auth.bp)
|
||||
app.register_blueprint(console.bp)
|
||||
app.register_blueprint(stripe.bp)
|
||||
app.register_blueprint(payment_stripe.bp)
|
||||
|
||||
app.add_url_rule("/", endpoint="index")
|
||||
|
||||
|
Reference in New Issue
Block a user