Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created January 22, 2020 16:47
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Porter97/07733bb1290d70b79e3af74e99ee9e78 to your computer and use it in GitHub Desktop.
Save Porter97/07733bb1290d70b79e3af74e99ee9e78 to your computer and use it in GitHub Desktop.
# …
from .extensions import bootstrap, db, moment, login_manager, mail
from config import config
def create_app(config_name):
# …
login_manager.init_app(app)
mail.init_app(app)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment