Skip to content

Commit

Permalink
Switching geonode to django postgis engine instead of psycopg2 (#2372)
Browse files Browse the repository at this point in the history
  • Loading branch information
kalxas committed Jul 13, 2022
1 parent f66884e commit 9aacbdc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app-conf/geonode/local_settings.py.sample
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ SITEURL = "http://geonode/"

DATABASES = {
'default': {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'ENGINE': 'django.contrib.gis.db.backends.postgis',
'NAME': 'geonode_app',
'USER': 'user',
'PASSWORD': 'user',
Expand Down

0 comments on commit 9aacbdc

Please sign in to comment.