Skip to content

Commit

Permalink
Merge pull request #325 from maykinmedia/fix/local_example
Browse files Browse the repository at this point in the history
Fixes local_example.py to use postgis database backend
  • Loading branch information
alextreme authored Nov 10, 2022
2 parents 75c65e8 + e0d70d1 commit 10f5494
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/open_inwoner/conf/local_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

DATABASES = {
"default": {
"ENGINE": "django.db.backends.postgresql",
"ENGINE": "django.contrib.gis.db.backends.postgis",
"NAME": "open_inwoner",
"USER": "open_inwoner",
"PASSWORD": "open_inwoner",
Expand Down

0 comments on commit 10f5494

Please sign in to comment.