Created
January 10, 2017 23:38
-
-
Save ddahan/ae36556f8b91e62fb59f8cf1ac1bc712 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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