Skip to content
Snippets Groups Projects

merge master changes in to branch

Merged Nico Vermaas requested to merge master into SDC-1187-add-archived-page
4 files
+ 14
4
Compare changes
  • Side-by-side
  • Inline
Files
4
+ 1
1
@@ -13,7 +13,7 @@ DATABASES = {
'ENGINE': 'django.db.backends.postgresql_psycopg2',
'USER': 'atdb_admin',
'PASSWORD': 'atdb123',
'NAME': 'atdb_ldv_4jan2024',
'NAME': 'atdb_ldv_12jan2024',
'HOST': 'localhost',
'PORT': '5432',
},
Loading