Skip to content

Instantly share code, notes, and snippets.

@katie7r
Last active September 12, 2016 17:19
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 katie7r/5f83e324863259cf2c11c6c19b3565c9 to your computer and use it in GitHub Desktop.
Save katie7r/5f83e324863259cf2c11c6c19b3565c9 to your computer and use it in GitHub Desktop.
Flask-Bitmapist - decorator example
from flask_bitmapist import mark
@mark('user:reset_password', user.id) # with `user` as the current user
def reset_password():
pass
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment