Note to self: Don't assume you know, know that you know, then inform others

This commit is contained in:
Benjamin Bach 2016-08-30 11:37:38 +02:00
parent e5963cc2e6
commit 3800b7daa4

View file

@ -35,6 +35,10 @@ Which is equivalent with this:
### Setting up Postgres ### Setting up Postgres
Using Postgres is only necessary for purposes og using Postgis for a few maps on the site. Using Postgres is only necessary for purposes of the special
To use default settings and make commands, create a user `bornhack`, password `bornhack` [JSONField](https://docs.djangoproject.com/en/1.10/ref/contrib/postgres/fields/).
and database `bornhack_dev` to use default setttings. The field is active on our shop mainly, so you can still develop things for most
parts of the site without installing Postgres.
To use default settings and make commands, create a user `bornhack`, password
`bornhack` and database `bornhack_dev` to use default setttings.