From d1aeb5ceb548493c14def7d962bf389413c2732f Mon Sep 17 00:00:00 2001 From: Damyan Bogoev Date: Tue, 25 Sep 2018 23:57:30 +0300 Subject: [PATCH 1/2] Update the README.md --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 12300ff..515e7d2 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,19 @@ A project describing how to implement a Flask based application. Detailed information about the Flask Series steps can be found here.
    -
  1. Prepare the Environment
  2. -
  3. Structure the Application
  4. -
  5. Application Configuration
  6. -
  7. Templating
  8. -
  9. Model
  10. -
  11. Testing
  12. -
  13. Views and Web Forms
  14. -
  15. Error Management
  16. -
  17. Security
  18. -
  19. Optimizations: Caching, GZIP Compression and CDN
  20. -
  21. Health Checking and Monitoring
  22. -
  23. Internationalization
  24. -
  25. Deployment
  26. +
  27. Prepare the Environment
  28. +
  29. Structure the Application
  30. +
  31. Application Configuration
  32. +
  33. Templating
  34. +
  35. Model
  36. +
  37. Testing
  38. +
  39. Views and Web Forms
  40. +
  41. Error Management
  42. +
  43. Security
  44. +
  45. Optimizations: Caching, GZIP Compression and CDN
  46. +
  47. Health Checking and Monitoring
  48. +
  49. Internationalization
  50. +
  51. Deployment
-*The demo application is updated with the latest major Flask 1.0 release.* \ No newline at end of file +*The demo application is updated with the latest major Flask 1.0 release.* From 2064b66d43c63c7acede78f4d7b7d2a66fdc0c82 Mon Sep 17 00:00:00 2001 From: Damyan Bogoev Date: Tue, 25 Sep 2018 23:58:05 +0300 Subject: [PATCH 2/2] Update README.md --- README.md | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 515e7d2..5edb7ab 100644 --- a/README.md +++ b/README.md @@ -5,19 +5,19 @@ A project describing how to implement a Flask based application. Detailed information about the Flask Series steps can be found here.
    -
  1. Prepare the Environment
  2. -
  3. Structure the Application
  4. -
  5. Application Configuration
  6. -
  7. Templating
  8. -
  9. Model
  10. -
  11. Testing
  12. -
  13. Views and Web Forms
  14. -
  15. Error Management
  16. -
  17. Security
  18. -
  19. Optimizations: Caching, GZIP Compression and CDN
  20. -
  21. Health Checking and Monitoring
  22. -
  23. Internationalization
  24. -
  25. Deployment
  26. +
  27. Prepare the Environment
  28. +
  29. Structure the Application
  30. +
  31. Application Configuration
  32. +
  33. Templating
  34. +
  35. Model
  36. +
  37. Testing
  38. +
  39. Views and Web Forms
  40. +
  41. Error Management
  42. +
  43. Security
  44. +
  45. Optimizations: Caching, GZIP Compression and CDN
  46. +
  47. Health Checking and Monitoring
  48. +
  49. Internationalization
  50. +
  51. Deployment
*The demo application is updated with the latest major Flask 1.0 release.*