Skip to content
Snippets Groups Projects

still a bug

Merged Nico Vermaas requested to merge master into SDC-1186-bugfix-calcq-validation
27 files
+ 507
56
Compare changes
  • Side-by-side
  • Inline
Files
27
+ 1
1
@@ -13,7 +13,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'USER': 'atdb_admin',
'PASSWORD': 'atdb123',
'NAME': 'atdb_ldv_20nov2023',
'NAME': 'atdb_ldv_4jan2024',
'HOST': 'localhost',
'PORT': '5432',
},
Loading