Skip to content

Commit

Permalink
add secret key to wsgi app
Browse files Browse the repository at this point in the history
  • Loading branch information
jcarbaugh committed Jun 15, 2010
1 parent 1d75a6d commit d5b8f90
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions wsgiapp.py
Expand Up @@ -19,6 +19,8 @@
file_handler.setLevel(logging.WARNING)
application.logger.addHandler(file_handler)

application.secret_key = settings.SECRET_KEY

applications = {
'/': application,
}

0 comments on commit d5b8f90

Please sign in to comment.