From 06044d1675295f25b145836a64b0665388cf61ad Mon Sep 17 00:00:00 2001 From: Matt-- Date: Wed, 11 Feb 2015 19:53:39 +1300 Subject: [PATCH] Update README.rst New user, had to experiment/google to figure out no-white-space in blah='stuff'. --- {{cookiecutter.app_name}}/README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/{{cookiecutter.app_name}}/README.rst b/{{cookiecutter.app_name}}/README.rst index dd1d873..6d599f5 100644 --- a/{{cookiecutter.app_name}}/README.rst +++ b/{{cookiecutter.app_name}}/README.rst @@ -12,7 +12,7 @@ First, set your app's secret key as an environment variable. For example, exampl .. code-block:: bash - export {{cookiecutter.app_name | upper}}_SECRET = 'something-really-secret' + export {{cookiecutter.app_name | upper}}_SECRET='something-really-secret' Then run the following commands to bootstrap your environment.