Removes sqlite support 😢

RIP, things have gotten too complicated for this I think
This commit is contained in:
Mouse Reeve
2020-12-12 20:11:23 -08:00
parent d4f8f2e276
commit ae435a3165
3 changed files with 1 additions and 72 deletions

View File

@ -99,10 +99,6 @@ BOOKWYRM_DBS = {
'HOST': env('POSTGRES_HOST', ''),
'PORT': 5432
},
'sqlite': {
'ENGINE': 'django.db.backends.sqlite3',
'NAME': os.path.join(BASE_DIR, 'fedireads.db')
}
}
DATABASES = {