From e8b0baf36c7723eb34984784e4348bd26acc9fdc Mon Sep 17 00:00:00 2001 From: shireenrao Date: Mon, 23 May 2016 22:37:47 -0400 Subject: [PATCH] Update developing locally docs on how to setup .env file Even though a link to the django-environ is there, it may help to see that .env file needs to be present for it to work. --- docs/developing-locally.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developing-locally.rst b/docs/developing-locally.rst index 5cb51aed..11985690 100644 --- a/docs/developing-locally.rst +++ b/docs/developing-locally.rst @@ -23,7 +23,7 @@ Then, create a PostgreSQL database with the following command, where `[project_s $ createdb [project_slug] -`Cookiecutter Django` uses the excellent `django-environ`_ package with its ``DATABASE_URL`` environment variable to simplify database configuration in your Django settings. Now all you have to do is compose a definition for ``DATABASE_URL``: +`Cookiecutter Django` uses the excellent `django-environ`_ package with its ``DATABASE_URL`` environment variable to simplify database configuration in your Django settings. Now all you have to do is rename env.example to .env and then compose a definition for ``DATABASE_URL`` as shown below and add it to the .env file: .. parsed-literal::