From 10beba8a618e05a85a251c9da19ece71ec691961 Mon Sep 17 00:00:00 2001 From: Daniel Greenfeld Date: Thu, 18 Dec 2014 08:39:27 -0800 Subject: [PATCH] Tiny whitespace fix to force travis to fire --- README.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.rst b/README.rst index b75705b1..0ac34f1e 100644 --- a/README.rst +++ b/README.rst @@ -114,7 +114,7 @@ First make sure to create and activate a virtualenv_, then open a terminal at th Then, create a PostgreSQL database and add the database configuration using the ``dj-database-url`` app pattern: ``postgres://db_owner:password@dbserver_ip:port/db_name`` either: * in the ``config.common.py`` setting file, -* or in the env variable ``DATABASE_URL`` +* or in the env variable ``DATABASE_URL``