Update example database URL in README

This commit is contained in:
Swen Kooij 2019-10-20 17:53:21 +03:00
parent 4a81363853
commit 7d4e40647a

View File

@ -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:<password>@localhost/psqlextra
λ export DATABASE_URL=postgres://localized_fields:<password>@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