From 7c4e4d8a71a4512532a942ff4c771a55aca64701 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 8 May 2017 09:28:47 -0400 Subject: [PATCH 1/2] Update README.md --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 40e4b7f..065ed7d 100644 --- a/README.md +++ b/README.md @@ -49,3 +49,10 @@ Configuration environment variables: ## File Server: WhiteNoise Flask-Common automatically configures [WhiteNoise](http://whitenoise.evans.io) to serve your static files. + +## Configurations + + app.config['COMMON_FILESERVER_DISABLED'] = 1 + app.config['COMMON_POWERED_BY_DISABLED'] = 1 + app.config['COMMON_PROCESSED_TIME_DISABLED'] = 1 + From 6bc6cbbb1e52c2b4cbadaf962ddac67ea93c517f Mon Sep 17 00:00:00 2001 From: Kenneth Reitz Date: Mon, 8 May 2017 09:30:37 -0400 Subject: [PATCH 2/2] Update README.md --- README.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/README.md b/README.md index 065ed7d..7e9cc2d 100644 --- a/README.md +++ b/README.md @@ -25,6 +25,11 @@ if __name__ == "__main__": common.serve() ``` +Next: + +- Put a `favicon.ico` in your `static` folder. +- Enjoy! + ## Nicities HTTP Headers: