mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-10-20 06:48:56 +03:00
Fix instructions for creating Postgres super user
It makes no sense to create a user named `psqlextra` but then connect with a user named `localized_fields`.
This commit is contained in:
@@ -38,7 +38,7 @@
|
|||||||
|
|
||||||
3. Create a postgres user for use in tests (skip if your default user is a postgres superuser):
|
3. Create a postgres user for use in tests (skip if your default user is a postgres superuser):
|
||||||
|
|
||||||
λ createuser --superuser psqlextra --pwprompt
|
λ createuser --superuser localized_fields --pwprompt
|
||||||
λ export DATABASE_URL=postgres://localized_fields:<password>@localhost/localized_fields
|
λ export DATABASE_URL=postgres://localized_fields:<password>@localhost/localized_fields
|
||||||
|
|
||||||
Hint: if you're using virtualenvwrapper, you might find it beneficial to put
|
Hint: if you're using virtualenvwrapper, you might find it beneficial to put
|
||||||
|
Reference in New Issue
Block a user