From 0ac64530bf4c95e33ed5a3b499e33f998bc3d2e8 Mon Sep 17 00:00:00 2001 From: Corey Hammerton Date: Wed, 29 Jun 2016 20:44:25 -0400 Subject: [PATCH] README.rst: Fixing code-block strings. (#265) Github wasn't showing the new readme blocks because they were encoded code_block instead of the correct code-block. --- README.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.rst b/README.rst index 5666ea7..1f7d84e 100644 --- a/README.rst +++ b/README.rst @@ -300,7 +300,7 @@ string, however this string is re-generated on each request under httpd >= 2.4. To generate your own secret_key create a python script with the following content and run it once: -.. code_block:: python +.. code-block:: python import os @@ -308,7 +308,7 @@ and run it once: Copy the output and add the following to your ``wsgi.py`` file: -.. code_block:: python +.. code-block:: python application.secret_key = ''