general: remove sqlite support (#64294)

This commit is contained in:
Frédéric Péters 2022-05-15 09:11:15 +02:00
parent 4a44e63bcb
commit fe2b5cabc2
2 changed files with 3 additions and 2 deletions

View File

@ -87,8 +87,7 @@ WSGI_APPLICATION = 'bijoe.wsgi.application'
DATABASES = {
'default': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'db.sqlite3'),
'ENGINE': 'django.db.backends.postgresql_psycopg2',
}
}

View File

@ -36,6 +36,8 @@ deps =
pyquery
tabulate
sentry_sdk<0.12.3
psycopg2<2.9
psycopg2-binary<2.9
dj22: djangorestframework>=3.7
dj22: https://git.entrouvert.org/hobo.git/snapshot/hobo-main.tar.gz
commands =