From 7d4e40647a415c3beae7a5db763394aafae26416 Mon Sep 17 00:00:00 2001 From: Swen Kooij Date: Sun, 20 Oct 2019 17:53:21 +0300 Subject: [PATCH] Update example database URL in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b0398d..51b890a 100644 --- a/README.md +++ b/README.md @@ -39,7 +39,7 @@ 3. Create a postgres user for use in tests (skip if your default user is a postgres superuser): λ createuser --superuser psqlextra --pwprompt - λ export DATABASE_URL=postgres://psqlextra:@localhost/psqlextra + λ export DATABASE_URL=postgres://localized_fields:@localhost/localized_fields Hint: if you're using virtualenvwrapper, you might find it beneficial to put the ``export`` line in ``$VIRTUAL_ENV/bin/postactivate`` so that it's always