mirror of
https://github.com/SectorLabs/django-localized-fields.git
synced 2025-04-24 19:32:53 +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:
parent
8c7d0773f7
commit
b0cfaea2b4
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user