Skip to content

Instantly share code, notes, and snippets.

@Porter97
Created January 22, 2020 16:45
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/3a0d2fc61ea59dadcecf49e61474d844 to your computer and use it in GitHub Desktop.
Save Porter97/3a0d2fc61ea59dadcecf49e61474d844 to your computer and use it in GitHub Desktop.
# …
from flask_moment import Moment
from flask_mail import Mail
from flask_login import LoginManager
# ...
moment = Moment()
mail = Mail()
login_manager = LoginManager()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment