Private
Public Access
1
0
This commit is contained in:
Sander Roosendaal
2022-11-01 19:05:37 +01:00
parent 055725eef9
commit adce60d19a
2 changed files with 3 additions and 0 deletions

BIN
rowers/tests/testdata/testdata.tcx.gz vendored Normal file

Binary file not shown.

View File

@@ -5,5 +5,8 @@ DATABASES = {
'ENGINE': 'django.db.backends.sqlite3', 'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'), 'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
'HOST': 'localhost', 'HOST': 'localhost',
'USER': '',
'PORT': 1,
'PASSWORD': 'aap'
}, },
} }