geom_parcel_improvements #384

Merged
mpeltriaux merged 8 commits from geom_parcel_improvements into master 2024-02-16 08:44:39 +01:00
Showing only changes of commit 590a510880 - Show all commits

View File

@ -135,7 +135,6 @@ DATABASES = {
'USER': 'postgres', 'USER': 'postgres',
'HOST': '127.0.0.1', 'HOST': '127.0.0.1',
'PORT': '5432', 'PORT': '5432',
'CONN_MAX_AGE': 120,
} }
} }
DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField" DEFAULT_AUTO_FIELD = "django.db.models.BigAutoField"