Closed ghost closed 10 years ago
It's a little bit ugly, but this way the user don't have to generate the unique session secret himself. Tested on my installation.
Changing the random generation as described here http://flask.pocoo.org/docs/0.10/quickstart/ in "How to generate good secret keys" section.
It's a little bit ugly, but this way the user don't have to generate the unique session secret himself. Tested on my installation.