From 3800b7daa4e0d9572a3acbc9215c7828c3531781 Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 30 Aug 2016 11:37:38 +0200 Subject: [PATCH] Note to self: Don't assume you know, know that you know, then inform others --- README.md | 10 +++++++--- 1 file changed, 7 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 5b134080..44caa25a 100644 --- a/README.md +++ b/README.md @@ -35,6 +35,10 @@ Which is equivalent with this: ### Setting up Postgres -Using Postgres is only necessary for purposes og using Postgis for a few maps on the site. -To use default settings and make commands, create a user `bornhack`, password `bornhack` -and database `bornhack_dev` to use default setttings. +Using Postgres is only necessary for purposes of the special +[JSONField](https://docs.djangoproject.com/en/1.10/ref/contrib/postgres/fields/). +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.