Skip to content

Instantly share code, notes, and snippets.

@ddahan
Created January 10, 2017 23:38
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 ddahan/ae36556f8b91e62fb59f8cf1ac1bc712 to your computer and use it in GitHub Desktop.
Save ddahan/ae36556f8b91e62fb59f8cf1ac1bc712 to your computer and use it in GitHub Desktop.
from flask_frozen import Freezer
from siteperso import app
freezer = Freezer(app)
if __name__ == '__main__':
freezer.freeze()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment