Created
March 12, 2012 12:28
-
-
Save geoffalday/2021517 to your computer and use it in GitHub Desktop.
Revisions
-
Geoff Alday revised this gist
Mar 12, 2012 . No changes.There are no files selected for viewing
-
Geoff Alday created this gist
Mar 12, 2012 .There are no files selected for viewing
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 charactersOriginal file line number Diff line number Diff line change @@ -0,0 +1,5 @@ # How to generate a secret key with Python # via http://flask.pocoo.org/docs/quickstart/ import os os.urandom(24)